- call(Object...) - Method in interface org.ops4j.pax.exam.ProbeInvoker
-
Executes the regression method.
- call(TestAddress) - Method in interface org.ops4j.pax.exam.TestContainer
-
- caption() - Method in interface org.ops4j.pax.exam.TestAddress
-
- classes(Class<?>...) - Method in class org.ops4j.pax.exam.options.JarProbeOption
-
Adds the given classes to the JAR.
- classes(Class<?>...) - Method in class org.ops4j.pax.exam.options.WarProbeOption
-
Adds the given classes to the WAR in WEB-INF/classes.
- classifier(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
-
- classifier(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
-
- classifier(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
-
- classifier(String) - Method in interface org.ops4j.pax.exam.options.MavenUrlReference
-
Sets the artifact classifier.
- classPathDefaultExcludes() - Method in class org.ops4j.pax.exam.options.WarProbeOption
-
Automatically add libraries and class folders from the current classpath, applying the
default classpath excludes.
- cleanCaches(boolean) - Static method in class org.ops4j.pax.exam.CoreOptions
-
- cleanCaches() - Static method in class org.ops4j.pax.exam.CoreOptions
-
- CleanCachesOption - Class in org.ops4j.pax.exam.options.extra
-
- CleanCachesOption() - Constructor for class org.ops4j.pax.exam.options.extra.CleanCachesOption
-
- CleanCachesOption(Boolean) - Constructor for class org.ops4j.pax.exam.options.extra.CleanCachesOption
-
- clear() - Method in interface org.ops4j.pax.exam.ExamSystem
-
Clears up resources taken by system (like temporary files)
- clear() - Method in class org.ops4j.pax.exam.TestDirectory
-
- combine(Option[], Option...) - Static method in class org.ops4j.pax.exam.OptionUtils
-
Combines two arrays of options in one array containing both provided arrays in order they are
provided.
- composite(Option...) - Static method in class org.ops4j.pax.exam.CoreOptions
-
Convenience method (more to be used for a nice fluent api) for creating a composite option.
- CompositeCustomizer - Class in org.ops4j.pax.exam
-
- CompositeCustomizer(Customizer[]) - Constructor for class org.ops4j.pax.exam.CompositeCustomizer
-
- CompositeOption - Interface in org.ops4j.pax.exam.options
-
An option composed of other options.
- Configuration - Annotation Type in org.ops4j.pax.exam
-
Annotation marking Pax Exam configuration method.
- ConfigurationFactory - Interface in org.ops4j.pax.exam
-
- ConfigurationManager - Class in org.ops4j.pax.exam
-
Reads configuration settings from a properties file exam.properties at the root of the
classpath.
- ConfigurationManager() - Constructor for class org.ops4j.pax.exam.ConfigurationManager
-
Creates a configuration manager.
- Constants - Class in org.ops4j.pax.exam
-
Pax Exam related constants.
- contextRoot(String) - Method in class org.ops4j.pax.exam.options.UrlDeploymentOption
-
- CoreOptions - Class in org.ops4j.pax.exam
-
Factory methods for core options.
- create(ExamSystem) - Method in interface org.ops4j.pax.exam.TestContainerFactory
-
- createConfiguration() - Method in interface org.ops4j.pax.exam.ConfigurationFactory
-
- createID(String) - Method in interface org.ops4j.pax.exam.ExamSystem
-
Exam relies on uniquely used identifiers per system.
- createInjector() - Method in interface org.ops4j.pax.exam.util.InjectorFactory
-
- createProbe() - Method in interface org.ops4j.pax.exam.ExamSystem
-
New Probe creator using this systems "caches".
- createProbeInvoker(Object, String) - Method in interface org.ops4j.pax.exam.ProbeInvokerFactory
-
- customizeEnvironment(File) - Method in class org.ops4j.pax.exam.CompositeCustomizer
-
- customizeEnvironment(File) - Method in class org.ops4j.pax.exam.Customizer
-
Callback method that can contain steps to finally change/set up the working environment.
- Customizer - Class in org.ops4j.pax.exam
-
Hooks to inject certain activities into pax exam execution phases.
- Customizer() - Constructor for class org.ops4j.pax.exam.Customizer
-
- customizeTestProbe(InputStream) - Method in class org.ops4j.pax.exam.CompositeCustomizer
-
- customizeTestProbe(InputStream) - Method in class org.ops4j.pax.exam.Customizer
-
Callback that allow to customize the ready built regression probe.
- environment(String...) - Static method in class org.ops4j.pax.exam.CoreOptions
-
- environment(EnvironmentOption...) - Static method in class org.ops4j.pax.exam.CoreOptions
-
- environment(String) - Static method in class org.ops4j.pax.exam.CoreOptions
-
- EnvironmentOption - Class in org.ops4j.pax.exam.options.extra
-
Specify process environment.
- EnvironmentOption(String) - Constructor for class org.ops4j.pax.exam.options.extra.EnvironmentOption
-
- equals(Object) - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
-
- equals(Object) - Method in class org.ops4j.pax.exam.options.AbstractUrlProvisionOption
-
- equals(Object) - Method in class org.ops4j.pax.exam.options.BootDelegationOption
-
- equals(Object) - Method in class org.ops4j.pax.exam.options.DefaultCompositeOption
-
- equals(Object) - Method in class org.ops4j.pax.exam.options.extra.CleanCachesOption
-
- equals(Object) - Method in class org.ops4j.pax.exam.options.FrameworkStartLevelOption
-
- equals(Object) - Method in class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
-
- equals(Object) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
-
- equals(Object) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
-
- equals(Object) - Method in class org.ops4j.pax.exam.options.OptionalCompositeOption.BooleanCondition
-
- equals(Object) - Method in class org.ops4j.pax.exam.options.OptionalCompositeOption
-
- equals(Object) - Method in class org.ops4j.pax.exam.options.PropagateSystemPropertyOption
-
- equals(Object) - Method in class org.ops4j.pax.exam.options.RawUrlReference
-
- equals(Object) - Method in class org.ops4j.pax.exam.options.SystemPropertyOption
-
- equals(Object) - Method in class org.ops4j.pax.exam.RelativeTimeout
-
- evaluate() - Method in class org.ops4j.pax.exam.options.OptionalCompositeOption.BooleanCondition
-
- evaluate() - Method in interface org.ops4j.pax.exam.options.OptionalCompositeOption.Condition
-
- EXAM_CONFIGURATION_KEY - Static variable in class org.ops4j.pax.exam.Constants
-
URL of configuration properties, overriding the default classpath:/exam.properties.
- EXAM_FAIL_ON_UNRESOLVED_KEY - Static variable in class org.ops4j.pax.exam.Constants
-
Should Pax Exam fail the test if any of the provisioned bundles is unresolved?
Values: true | false.
- EXAM_LOGGING_KEY - Static variable in class org.ops4j.pax.exam.Constants
-
The logging system to be provisioned by Pax Exam.
- EXAM_LOGGING_NONE - Static variable in class org.ops4j.pax.exam.Constants
-
Do not provision any logging system and leave it to the user.
- EXAM_LOGGING_PAX_LOGGING - Static variable in class org.ops4j.pax.exam.Constants
-
Provision Pax Logging as logging system.
- EXAM_PROPERTIES_FILE - Static variable in class org.ops4j.pax.exam.Constants
-
Name of configuration properties file.
- EXAM_PROPERTIES_PATH - Static variable in class org.ops4j.pax.exam.Constants
-
Resource path of configuration properties file.
- EXAM_REACTOR_STRATEGY_KEY - Static variable in class org.ops4j.pax.exam.Constants
-
Default reactor strategy.
- EXAM_REACTOR_STRATEGY_PER_CLASS - Static variable in class org.ops4j.pax.exam.Constants
-
- EXAM_REACTOR_STRATEGY_PER_METHOD - Static variable in class org.ops4j.pax.exam.Constants
-
- EXAM_REACTOR_STRATEGY_PER_SUITE - Static variable in class org.ops4j.pax.exam.Constants
-
- EXAM_SERVICE_TIMEOUT_DEFAULT - Static variable in class org.ops4j.pax.exam.Constants
-
Default value for service lookup timeout (10 seconds).
- EXAM_SERVICE_TIMEOUT_KEY - Static variable in class org.ops4j.pax.exam.Constants
-
Timeout for service lookup in milliseconds.
- EXAM_SYSTEM_CDI - Static variable in class org.ops4j.pax.exam.Constants
-
Exam system for CDI containers.
- EXAM_SYSTEM_DEFAULT - Static variable in class org.ops4j.pax.exam.Constants
-
Default exam system with no predefined options.
- EXAM_SYSTEM_JAVAEE - Static variable in class org.ops4j.pax.exam.Constants
-
Exam system for Java EE containers.
- EXAM_SYSTEM_KEY - Static variable in class org.ops4j.pax.exam.Constants
-
Configuration key for Exam system type.
- EXAM_SYSTEM_TEST - Static variable in class org.ops4j.pax.exam.Constants
-
Test exam system with predefined options for Exam's own bundles etc.
- ExamConfigurationException - Exception in org.ops4j.pax.exam
-
- ExamConfigurationException(String) - Constructor for exception org.ops4j.pax.exam.ExamConfigurationException
-
- ExamConfigurationException(String, Exception) - Constructor for exception org.ops4j.pax.exam.ExamConfigurationException
-
- ExamFactory - Annotation Type in org.ops4j.pax.exam
-
Possibility to inject your own factory that might augment the "normal" factory.
- ExamSystem - Interface in org.ops4j.pax.exam
-
An instance that drives cross cutting concerns when using Pax Exam.
- ExceptionHelper - Class in org.ops4j.pax.exam
-
- exclude(String...) - Method in class org.ops4j.pax.exam.options.WarProbeOption
-
This option implies autoClasspath(false) and adds the given regular expressions to
the classpath filters.
- expand(Option...) - Static method in class org.ops4j.pax.exam.OptionUtils
-
- exports(String...) - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
-
Sets wrapped jar exports.
- getAccessPoint() - Method in class org.ops4j.pax.exam.TestDirectory
-
- getArtifactVersion(String, String) - Static method in class org.ops4j.pax.exam.MavenUtils
-
Gets the artifact version out of dependencies file.
- getAtinjectVersion() - Static method in class org.ops4j.pax.exam.Info
-
Discovers the Geronimo Atinject version.
- getBaseDir() - Static method in class org.ops4j.pax.exam.util.PathUtils
-
Returns the base directory of the current Maven project, used by tests that require absolute
paths.
- getClasses() - Method in class org.ops4j.pax.exam.options.JarProbeOption
-
Returns the classes of this JAR.
- getClasses() - Method in class org.ops4j.pax.exam.options.WarProbeOption
-
Returns the classes to be added to WEB-INF/classes.
- getClassPathFilters() - Method in class org.ops4j.pax.exam.options.WarProbeOption
-
Returns the classpath filters.
- getConfigFolder() - Method in interface org.ops4j.pax.exam.ExamSystem
-
- getContextRoot() - Method in class org.ops4j.pax.exam.options.UrlDeploymentOption
-
- getDelegate() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
-
Getter.
- getEnvironment() - Method in class org.ops4j.pax.exam.options.extra.EnvironmentOption
-
- getFrameworkEventString(int) - Static method in class org.ops4j.pax.exam.FrameworkEventUtils
-
Return a readable representation of the type of a FrameworkEvent.
- getInstance() - Static method in class org.ops4j.pax.exam.TestDirectory
-
- getKey() - Method in class org.ops4j.pax.exam.options.FrameworkPropertyOption
-
Getter.
- getKey() - Method in class org.ops4j.pax.exam.options.PropagateSystemPropertyOption
-
Getter.
- getKey() - Method in class org.ops4j.pax.exam.options.SystemPropertyOption
-
Getter.
- getLibraries() - Method in class org.ops4j.pax.exam.options.WarProbeOption
-
Returns the WEB-INF libraries.
- getLibraryUrl() - Method in class org.ops4j.pax.exam.options.BootClasspathLibraryOption
-
Getter.
- getLowerValue() - Method in class org.ops4j.pax.exam.RelativeTimeout
-
- getMetaInfResources() - Method in class org.ops4j.pax.exam.options.JarProbeOption
-
Returns the META-INF resources.
- getMetaInfResources() - Method in class org.ops4j.pax.exam.options.WarProbeOption
-
Returns the META-INF resources.
- getName() - Method in class org.ops4j.pax.exam.options.JarProbeOption
-
Returns the base name of this JAR.
- getName() - Method in class org.ops4j.pax.exam.options.UrlDeploymentOption
-
- getName() - Method in class org.ops4j.pax.exam.options.WarProbeOption
-
Returns the application name of this WAR.
- getOps4jBaseVersion() - Static method in class org.ops4j.pax.exam.Info
-
Discovers the Ops4j base version.
- getOption() - Method in class org.ops4j.pax.exam.options.extra.VMOption
-
Getter.
- getOptions(Class<T>) - Method in interface org.ops4j.pax.exam.ExamSystem
-
Getting options of this "system".
- getOptions() - Method in interface org.ops4j.pax.exam.options.CompositeOption
-
Getter.
- getOptions() - Method in class org.ops4j.pax.exam.options.DefaultCompositeOption
-
- getOptions() - Method in class org.ops4j.pax.exam.options.OptionalCompositeOption
-
If condition is true will return the composite options.
- getOverlays() - Method in class org.ops4j.pax.exam.options.WarProbeOption
-
Returns the overlays.
- getPackage() - Method in class org.ops4j.pax.exam.options.BootDelegationOption
-
Getter.
- getPackage() - Method in class org.ops4j.pax.exam.options.SystemPackageOption
-
Getter.
- getPaxExamVersion() - Static method in class org.ops4j.pax.exam.Info
-
Discovers the Pax Exam version.
- getPaxSwissboxVersion() - Static method in class org.ops4j.pax.exam.Info
-
Discovers the Pax Swissbox version.
- getPaxTinybundlesVersion() - Static method in class org.ops4j.pax.exam.Info
-
Discovers the Pax Tinybundles version.
- getPaxUrlVersion() - Static method in class org.ops4j.pax.exam.Info
-
Discovers the Pax Url version.
- getProperty(String) - Method in class org.ops4j.pax.exam.ConfigurationManager
-
Returns the configuration property for the given key.
- getProperty(String, String) - Method in class org.ops4j.pax.exam.ConfigurationManager
-
Returns the configuration property for the given key, or the given default value.
- getRepository() - Method in class org.ops4j.pax.exam.options.extra.RepositoryOptionImpl
-
Returns the full repository url.
- getResources() - Method in class org.ops4j.pax.exam.options.JarProbeOption
-
Returns the classpath resources.
- getResources() - Method in class org.ops4j.pax.exam.options.WarProbeOption
-
Returns the classpath resources.
- getSingleOption(Class<T>) - Method in interface org.ops4j.pax.exam.ExamSystem
-
- getStartLevel() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
-
- getStartLevel() - Method in class org.ops4j.pax.exam.options.AbstractProvisionControl
-
- getStartLevel() - Method in class org.ops4j.pax.exam.options.BundleStartLevelOption
-
Getter.
- getStartLevel() - Method in class org.ops4j.pax.exam.options.FrameworkStartLevelOption
-
Getter.
- getStartLevel() - Method in interface org.ops4j.pax.exam.options.ProvisionControl
-
The start level for the provisioned bundle(s).
- getStream() - Method in interface org.ops4j.pax.exam.TestProbeProvider
-
- getTempDir() - Method in interface org.ops4j.pax.exam.TestProbeBuilder
-
- getTempFolder() - Method in interface org.ops4j.pax.exam.ExamSystem
-
Each call to this method might create a new folder that is being cleared on clear().
- getTests() - Method in interface org.ops4j.pax.exam.TestProbeBuilder
-
- getTests() - Method in interface org.ops4j.pax.exam.TestProbeProvider
-
- getTimeout() - Method in interface org.ops4j.pax.exam.ExamSystem
-
- getTimeout() - Method in class org.ops4j.pax.exam.options.TimeoutOption
-
Getter.
- getType() - Method in class org.ops4j.pax.exam.options.UrlDeploymentOption
-
- getUpperValue() - Method in class org.ops4j.pax.exam.RelativeTimeout
-
- getURL() - Method in class org.ops4j.pax.exam.options.AbstractDelegateProvisionOption
-
- getURL() - Method in class org.ops4j.pax.exam.options.AbstractUrlProvisionOption
-
- getURL() - Method in class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
-
- getURL() - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
-
- getURL() - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
-
- getURL() - Method in class org.ops4j.pax.exam.options.MavenPluginGeneratedConfigOption
-
- getURL() - Method in class org.ops4j.pax.exam.options.RawUrlReference
-
- getURL() - Method in class org.ops4j.pax.exam.options.UrlDeploymentOption
-
- getURL() - Method in interface org.ops4j.pax.exam.options.UrlReference
-
Getter.
- getURL() - Method in class org.ops4j.pax.exam.options.WrappedUrlProvisionOption
-
- getUrlReference() - Method in class org.ops4j.pax.exam.options.AbstractUrlProvisionOption
-
Getter.
- getUrlReference() - Method in class org.ops4j.pax.exam.options.UrlDeploymentOption
-
- getValue() - Method in class org.ops4j.pax.exam.options.BootDelegationOption
-
Getter.
- getValue() - Method in class org.ops4j.pax.exam.options.extra.CleanCachesOption
-
- getValue() - Method in class org.ops4j.pax.exam.options.extra.RepositoryOptionImpl
-
- getValue() - Method in class org.ops4j.pax.exam.options.FrameworkPropertyOption
-
Getter.
- getValue() - Method in class org.ops4j.pax.exam.options.SystemPackageOption
-
Getter.
- getValue() - Method in class org.ops4j.pax.exam.options.SystemPropertyOption
-
Getter.
- getValue() - Method in interface org.ops4j.pax.exam.options.ValueOption
-
- getValue() - Method in class org.ops4j.pax.exam.RelativeTimeout
-
- getVersion(String, String) - Method in interface org.ops4j.pax.exam.options.MavenUrlReference.VersionResolver
-
Getter.
- getWebInfResources() - Method in class org.ops4j.pax.exam.options.WarProbeOption
-
Returns the WEB-INF resources.
- getWorkingDirectory() - Method in class org.ops4j.pax.exam.options.extra.WorkingDirectoryOption
-
- getWrappedClassName() - Method in exception org.ops4j.pax.exam.WrappedTestContainerException
-
- getWrappedMessage() - Method in exception org.ops4j.pax.exam.WrappedTestContainerException
-
- groupId(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
-
- groupId(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
-
- groupId(String) - Method in class org.ops4j.pax.exam.options.MavenArtifactUrlReference
-
- groupId(String) - Method in interface org.ops4j.pax.exam.options.MavenUrlReference
-
Sets the artifact group id.
- maven() - Static method in class org.ops4j.pax.exam.CoreOptions
-
- maven(String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
-
Convenience method (shorter) for referencing an maven artifact based on groupId/artifactId.
- maven(String, String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
-
Convenience method (shorter) for referencing a maven artifact based on
groupId/artifactId/version.
- MavenArtifactDeploymentOption - Class in org.ops4j.pax.exam.options
-
- MavenArtifactDeploymentOption() - Constructor for class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
-
- MavenArtifactDeploymentOption(MavenUrlReference) - Constructor for class org.ops4j.pax.exam.options.MavenArtifactDeploymentOption
-
- MavenArtifactProvisionOption - Class in org.ops4j.pax.exam.options
-
Option specifying provisioning from an maven url (Pax URL mvn: handler).
- MavenArtifactProvisionOption() - Constructor for class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
-
Constructor.
- MavenArtifactProvisionOption(MavenUrlReference) - Constructor for class org.ops4j.pax.exam.options.MavenArtifactProvisionOption
-
Constructor based on a mevn artifact option.
- MavenArtifactUrlReference - Class in org.ops4j.pax.exam.options
-
Option specifying a maven url (Pax URL mvn: handler).
- MavenArtifactUrlReference() - Constructor for class org.ops4j.pax.exam.options.MavenArtifactUrlReference
-
- mavenBundle() - Static method in class org.ops4j.pax.exam.CoreOptions
-
- mavenBundle(String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
-
Convenience method (shorter) for adding a maven bundle based on groupId/artifactId.
- mavenBundle(String, String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
-
Convenience method (shorter) for adding a maven bundle based on groupId/artifactId/version.
- mavenBundle(MavenArtifactUrlReference) - Static method in class org.ops4j.pax.exam.CoreOptions
-
Convenience factory method for adding a maven bundle based on a meven artifact.
- mavenJar(String, String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
-
Deploys a Maven JAR artifact with the given Maven coordinates.
- MavenPluginGeneratedConfigOption - Class in org.ops4j.pax.exam.options
-
- MavenPluginGeneratedConfigOption(URL) - Constructor for class org.ops4j.pax.exam.options.MavenPluginGeneratedConfigOption
-
- mavenRar(String, String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
-
Deploys a Maven RAR artifact with the given Maven coordinates.
- MavenUrlReference - Interface in org.ops4j.pax.exam.options
-
Option specifying a maven url (Pax URL mvn: handler).
- MavenUrlReference.VersionResolver - Interface in org.ops4j.pax.exam.options
-
Resolves versions based on maven artifact groupId / atifactid.
- MavenUtils - Class in org.ops4j.pax.exam
-
Utility methods related to Apache Maven.
- mavenWar() - Static method in class org.ops4j.pax.exam.CoreOptions
-
Deploys a Maven WAR artifact.
- mavenWar(String, String, String) - Static method in class org.ops4j.pax.exam.CoreOptions
-
Deploys a Maven WAR artifact with the given Maven coordinates.
- metaInfResource(String) - Method in class org.ops4j.pax.exam.options.JarProbeOption
-
Adds the given resources from the current class path to the WAR in META-INF/.
- metaInfResource(String) - Method in class org.ops4j.pax.exam.options.WarProbeOption
-
Adds the given resourcs from the current class path to the WAR in META-INF/.