Skip navigation links
A C E F G H I L M N O P R S T V W 

A

AbstractTychoIntegrationTest - Class in org.eclipse.tycho.test
 
AbstractTychoIntegrationTest() - Constructor for class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
AbstractTychoMojoTestCase - Class in org.eclipse.tycho.testing
 
AbstractTychoMojoTestCase() - Constructor for class org.eclipse.tycho.testing.AbstractTychoMojoTestCase
 
ArchiveContentUtil - Class in org.eclipse.tycho.test.util
 
ArchiveContentUtil() - Constructor for class org.eclipse.tycho.test.util.ArchiveContentUtil
 
assertDirectoryExists(File, String) - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
assertFileDoesNotExist(File, String) - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
assertFileExists(File, String) - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 

C

calculateExecutionPlan(MavenSession, String...) - Method in class org.eclipse.tycho.testing.EmptyLifecycleExecutor
 
calculateExecutionPlan(MavenSession, boolean, String...) - Method in class org.eclipse.tycho.testing.EmptyLifecycleExecutor
 
calculateForkedExecutions(MojoExecution, MavenSession) - Method in class org.eclipse.tycho.testing.EmptyLifecycleExecutor
 
CompoundRuntimeException - Exception in org.eclipse.tycho.testing
 
CompoundRuntimeException(Collection<Throwable>) - Constructor for exception org.eclipse.tycho.testing.CompoundRuntimeException
 

E

EclipseInstallationTool - Class in org.eclipse.tycho.test.util
 
EmptyLifecycleExecutor - Class in org.eclipse.tycho.testing
 
EmptyLifecycleExecutor() - Constructor for class org.eclipse.tycho.testing.EmptyLifecycleExecutor
 
EnvironmentUtil - Class in org.eclipse.tycho.test.util
Provides system properties and certain properties from the test code build ("outer build"), like the location of the local Maven repository.
EnvironmentUtil() - Constructor for class org.eclipse.tycho.test.util.EnvironmentUtil
 
equals(Object) - Method in class org.eclipse.tycho.test.util.P2RepositoryTool.IdAndVersion
 
execute(MavenSession) - Method in class org.eclipse.tycho.testing.EmptyLifecycleExecutor
 
executeForkedExecutions(MojoExecution, MavenSession) - Method in class org.eclipse.tycho.testing.EmptyLifecycleExecutor
 
exists() - Static method in class org.eclipse.tycho.test.util.TychoMatchers
Returns a matcher matching any existing file or directory.

F

findBinaryArtifact(String) - Method in class org.eclipse.tycho.test.util.P2RepositoryTool
 
findFeatureArtifact(String) - Method in class org.eclipse.tycho.test.util.P2RepositoryTool
 
forEclipseRepositoryModule(File) - Static method in class org.eclipse.tycho.test.util.P2RepositoryTool
 
forInstallationInEclipseRepositoryTarget(File, String, TargetEnvironment, String) - Static method in class org.eclipse.tycho.test.util.EclipseInstallationTool
 

G

getAllProvidedPackages() - Method in class org.eclipse.tycho.test.util.P2RepositoryTool
 
getAllUnitIds() - Method in class org.eclipse.tycho.test.util.P2RepositoryTool
 
getAllUnits() - Method in class org.eclipse.tycho.test.util.P2RepositoryTool
 
getArtifactFile(String, String, String, String, String) - Method in class org.eclipse.tycho.test.util.LocalMavenRepositoryTool
 
getArtifactIndexLines() - Method in class org.eclipse.tycho.test.util.LocalMavenRepositoryTool
 
getArtifacts() - Method in class org.eclipse.tycho.test.util.P2RepositoryTool.IU
 
getBasedir(String) - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
getBasedir(String) - Static method in class org.eclipse.tycho.testing.AbstractTychoMojoTestCase
 
getBasedir(String) - Static method in class org.eclipse.tycho.testing.TestUtil
 
getBinaryArtifact(String, String) - Method in class org.eclipse.tycho.test.util.P2RepositoryTool
 
getBundleArtifact(String, String) - Method in class org.eclipse.tycho.test.util.P2RepositoryTool
 
getCustomConfigurationName() - Method in class org.eclipse.tycho.testing.AbstractTychoMojoTestCase
 
getEclipseVersion() - Static method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
Returns approximate target platform version.
getFeatureArtifact(String, String) - Method in class org.eclipse.tycho.test.util.P2RepositoryTool
 
getFileContent(File, String) - Static method in class org.eclipse.tycho.test.util.ArchiveContentUtil
Returns the content of the given file as string.
getFileLocker(File) - Method in class org.eclipse.tycho.test.util.NoopFileLockService
 
getFilesInZip(File) - Static method in class org.eclipse.tycho.test.util.ArchiveContentUtil
Returns a list of file and folder entries in the given zip archive.
getHttpServerPort() - Static method in class org.eclipse.tycho.test.util.EnvironmentUtil
 
getInclusionIds() - Method in class org.eclipse.tycho.test.util.P2RepositoryTool.IU
Returns the IDs of IUs required with strict version range.
getInclusions() - Method in class org.eclipse.tycho.test.util.P2RepositoryTool.IU
Returns units required with strict version range.
getInstalledFeatureIds() - Method in class org.eclipse.tycho.test.util.EclipseInstallationTool
 
getIU(String, String) - Method in class org.eclipse.tycho.test.util.P2RepositoryTool
Returns the IU with the given ID and version.
getLocalRepo() - Static method in class org.eclipse.tycho.test.util.EnvironmentUtil
 
getLocalRepository() - Method in class org.eclipse.tycho.testing.AbstractTychoMojoTestCase
 
getMavenHome() - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
getMavenHome() - Static method in class org.eclipse.tycho.test.util.EnvironmentUtil
 
getMessage() - Method in exception org.eclipse.tycho.testing.CompoundRuntimeException
 
getPluginsBoundByDefaultToAllLifecycles(String) - Method in class org.eclipse.tycho.testing.EmptyLifecycleExecutor
 
getProject(List<MavenProject>, String) - Method in class org.eclipse.tycho.testing.AbstractTychoMojoTestCase
 
getProperties() - Method in class org.eclipse.tycho.test.util.P2RepositoryTool.IU
Returns the properties of the IU as "key=value" strings.
getProvidedCapabilities() - Method in class org.eclipse.tycho.test.util.P2RepositoryTool.IU
 
getRequiredIds() - Method in class org.eclipse.tycho.test.util.P2RepositoryTool.IU
 
getSortedProjects(File) - Method in class org.eclipse.tycho.testing.AbstractTychoMojoTestCase
 
getSortedProjects(File, File) - Method in class org.eclipse.tycho.testing.AbstractTychoMojoTestCase
 
getSortedProjects(File, Properties, File) - Method in class org.eclipse.tycho.testing.AbstractTychoMojoTestCase
 
getTargetPlatform() - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
getTargetPlatform() - Static method in class org.eclipse.tycho.test.util.EnvironmentUtil
 
getTestResourceLocation(String) - Static method in class org.eclipse.tycho.testing.TestUtil
 
getTestSettings() - Static method in class org.eclipse.tycho.test.util.EnvironmentUtil
 
getTychoVersion() - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
getTychoVersion() - Static method in class org.eclipse.tycho.test.util.EnvironmentUtil
 
getUniqueIU(String) - Method in class org.eclipse.tycho.test.util.P2RepositoryTool
Returns the unique IU with the given ID.
getUnitVersions(String) - Method in class org.eclipse.tycho.test.util.P2RepositoryTool
 
getVerifier(String, boolean) - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
getVerifier(String, boolean, boolean) - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
getVerifier(String, boolean, File) - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
getVerifier(String, boolean, File, boolean) - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
getVerifier(String) - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
getVersion() - Method in class org.eclipse.tycho.test.util.P2RepositoryTool.IU
 

H

hashCode() - Method in class org.eclipse.tycho.test.util.P2RepositoryTool.IdAndVersion
 
hasSequence(T...) - Static method in class org.eclipse.tycho.test.util.TychoMatchers
Creates a matcher matching any list that contains the given sequence of elements.
hasSize(int) - Static method in class org.eclipse.tycho.test.util.TychoMatchers
Creates a matcher matching any collection with the given size.

I

id - Variable in class org.eclipse.tycho.test.util.P2RepositoryTool.IdAndVersion
 
IdAndVersion(String, String) - Constructor for class org.eclipse.tycho.test.util.P2RepositoryTool.IdAndVersion
 
isEclipse32Platform() - Static method in class org.eclipse.tycho.test.util.EnvironmentUtil
 
isFile() - Static method in class org.eclipse.tycho.test.util.TychoMatchers
Returns a matcher matching any existing, regular file.
isLinux() - Static method in class org.eclipse.tycho.test.util.EnvironmentUtil
 
isMac() - Static method in class org.eclipse.tycho.test.util.EnvironmentUtil
 
isWindows() - Static method in class org.eclipse.tycho.test.util.EnvironmentUtil
 

L

LocalMavenRepositoryTool - Class in org.eclipse.tycho.test.util
 
LocalMavenRepositoryTool() - Constructor for class org.eclipse.tycho.test.util.LocalMavenRepositoryTool
Creates a default instance of the LocalRepositoryUtils, using the local Maven repository location obtained from EnvironmentUtil.
locateRuntime(EquinoxRuntimeLocator.EquinoxRuntimeDescription) - Method in class org.eclipse.tycho.testing.StubEquinoxRuntimeLocator
 
lookupMojoWithDefaultConfiguration(MavenProject, MavenSession, String) - Method in class org.eclipse.tycho.testing.AbstractTychoMojoTestCase
Returns a mojo configured with the mojo's default configuration.

M

maven - Variable in class org.eclipse.tycho.testing.AbstractTychoMojoTestCase
 

N

name - Variable in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
newMavenExecutionRequest(File) - Method in class org.eclipse.tycho.testing.AbstractTychoMojoTestCase
 
newMavenSession(MavenProject, List<MavenProject>) - Method in class org.eclipse.tycho.testing.AbstractTychoMojoTestCase
 
NoopFileLockService - Class in org.eclipse.tycho.test.util
 
NoopFileLockService() - Constructor for class org.eclipse.tycho.test.util.NoopFileLockService
 

O

org.eclipse.tycho.test - package org.eclipse.tycho.test
 
org.eclipse.tycho.test.util - package org.eclipse.tycho.test.util
 
org.eclipse.tycho.testing - package org.eclipse.tycho.testing
 

P

P2RepositoryTool - Class in org.eclipse.tycho.test.util
 
P2RepositoryTool.IdAndVersion - Class in org.eclipse.tycho.test.util
 
P2RepositoryTool.IU - Class in org.eclipse.tycho.test.util
 

R

readFileToString(File) - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
removeLinesFromArtifactsIndex(String...) - Method in class org.eclipse.tycho.test.util.LocalMavenRepositoryTool
 
removeLinesFromMetadataIndex(String...) - Method in class org.eclipse.tycho.test.util.LocalMavenRepositoryTool
Hides specified artifacts built and installed by Tycho from future Tycho builds by removing the corresponding lines with GAV coordinates format "g:a:v" from the local metadata index file.

S

setUp() - Method in class org.eclipse.tycho.testing.AbstractTychoMojoTestCase
 
StubEquinoxRuntimeLocator - Class in org.eclipse.tycho.testing
 
StubEquinoxRuntimeLocator() - Constructor for class org.eclipse.tycho.testing.StubEquinoxRuntimeLocator
 

T

tearDown() - Method in class org.eclipse.tycho.testing.AbstractTychoMojoTestCase
 
TestUtil - Class in org.eclipse.tycho.testing
 
TestUtil() - Constructor for class org.eclipse.tycho.testing.TestUtil
 
toURI(File) - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
TychoMatchers - Class in org.eclipse.tycho.test.util
Additional Matchers for assertions in Tycho's tests.
TychoMatchers() - Constructor for class org.eclipse.tycho.test.util.TychoMatchers
 

V

version - Variable in class org.eclipse.tycho.test.util.P2RepositoryTool.IdAndVersion
 

W

withIdAndVersion(String, String) - Static method in class org.eclipse.tycho.test.util.P2RepositoryTool
 
writeStringToFile(File, String) - Method in class org.eclipse.tycho.test.AbstractTychoIntegrationTest
 
A C E F G H I L M N O P R S T V W 
Skip navigation links

Copyright © 2008-2018 Eclipse Foundation. All Rights Reserved.