Index

A B C D E F G H I J K L M N O P R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractComponentTest - Class in org.codice.ddf.test.common
Abstract base class for component tests.
AbstractComponentTest() - Constructor for class org.codice.ddf.test.common.AbstractComponentTest
 
adapt(Predicate<T>) - Static method in class org.codice.ddf.test.common.xmlunit.XMLUnitSupport
Adapts a Java 8 predicate to an XMLUnit predicate one.
add(String) - Method in class org.codice.ddf.test.common.UrlBuilder
Adds a context path to an existing URL.
add(String, String) - Static method in class org.codice.ddf.test.common.configurators.BundleOptionBuilder
Creates a new BundleOptionBuilder.BundleOption that contains the bundle specified by the Maven coordinates provided.
add(String, String) - Method in class org.codice.ddf.test.common.configurators.BundleOptionBuilder.BundleOption
Adds a new Option for the bundle specified by the Maven coordinates provided.
addBootFeature(Feature...) - Static method in class org.codice.ddf.test.common.options.FeatureOptions
Adds the feature to the list of boot features to start before the test begins.
addFeatureFrom(String, String, String, String) - Static method in class org.codice.ddf.test.common.configurators.FeatureOptionBuilder
Creates a new FeatureOptionBuilder.FeatureOption that contains the feature contained in the feature file identified by the Maven coordinates and file name provided.
addFeatureFrom(String, String, String, String) - Method in class org.codice.ddf.test.common.configurators.FeatureOptionBuilder.FeatureOption
Adds a new Option for the feature contained in the feature file identified by the Maven coordinates and file name provided.
addFeatureRepo(FeatureRepo...) - Static method in class org.codice.ddf.test.common.options.FeatureOptions
Adds the specified features to the distribution repository
addFeatures(String, String, String...) - Static method in class org.codice.ddf.test.common.configurators.FeatureOptionBuilder
Creates a new FeatureOptionBuilder.FeatureOption that contains the features listed and contained in the features.xml file identified by the Maven coordinates provided.
addFeatures(String, String, String...) - Method in class org.codice.ddf.test.common.configurators.FeatureOptionBuilder.FeatureOption
Adds a new Option for the features listed and contained in the features.xml file identified by the Maven coordinates provided.
AdminFeatures - Class in org.codice.ddf.test.common.features
 
AFTER_EXAM_FAILURE_MESSAGE - Static variable in class org.codice.ddf.test.common.annotations.PaxExamRule
 
AfterExam - Annotation Interface in org.codice.ddf.test.common.annotations
Pax Exam OSGi containers cannot execute @AfterClass in the container.
allOf(Predicate<T>...) - Static method in class org.codice.ddf.test.common.function.PredicateUtils
Returns a new predicate that will report true if all provided predicates report true for the tested argument.
answer() - Element in annotation interface org.codice.ddf.test.common.annotations.MockOsgiService
Answer mode to use for the mock
anyNodeInTheHierarchyMatches(Node, Predicate<Node>) - Static method in class org.codice.ddf.test.common.dom.DomSupport
Checks the given node's complete hierarchy (i.e. the node itself, its ancestors, and its lineage) to see if the provided predicate reports true for at least one node.
anyNodesInTheAncestryMatches(Node, Predicate<Node>) - Static method in class org.codice.ddf.test.common.dom.DomSupport
Checks the given node's ancestors to see if the provided predicate reports true for at least one node.
anyNodesInTheHierarchy(Predicate<Node>) - Static method in class org.codice.ddf.test.common.dom.DomSupport
Returns a new predicate that will report true if any of the nodes in the hierarchy of the tested node yields true when tested with the provided predicate.
anyNodesInTheLineageMatches(Node, Predicate<Node>) - Static method in class org.codice.ddf.test.common.dom.DomSupport
Checks the given node's descendants to see if the provided predicate reports true for at least one node.
anyOf(Predicate<T>...) - Static method in class org.codice.ddf.test.common.function.PredicateUtils
Returns a new predicate that will report true if any of the provided predicates report true for the tested argument.
appendConfiguration(String, String) - Static method in class org.codice.ddf.test.common.options.BasicOptions
 
ApplicationOptions - Interface in org.codice.ddf.test.common.configurators
Interface implemented by Pax Exam test classes to provide application specific Options.
apply(Statement, Description) - Method in class org.codice.ddf.test.common.annotations.PaxExamRule
 
apply(Statement, FrameworkMethod, Object) - Method in class org.codice.ddf.test.common.rules.ServiceRegistrationRule
 
AppsFeatures - Class in org.codice.ddf.test.common.features
 
awaitility() - Static method in class org.codice.ddf.test.common.features.TestUtilitiesFeatures
 
AWAITILITY - Static variable in class org.codice.ddf.test.common.features.TestUtilitiesFeatures
 

B

BasicOptions - Class in org.codice.ddf.test.common.options
Base class for common test options logic.
BasicOptions() - Constructor for class org.codice.ddf.test.common.options.BasicOptions
 
BEFORE_EXAM_FAILURE_MESSAGE - Static variable in class org.codice.ddf.test.common.annotations.PaxExamRule
 
BeforeExam - Annotation Interface in org.codice.ddf.test.common.annotations
Pax Exam OSGi containers cannot execute @BeforeClass in the container.
BeforeSuite - Annotation Interface in org.codice.ddf.test.common.annotations
Pax Exam OSGi containers cannot execute @BeforeClass in the container.
BrandingFeatures - Class in org.codice.ddf.test.common.features
 
build() - Method in class org.codice.ddf.test.common.configurators.BundleOptionBuilder.BundleOption
Builds the Pax Exam Option from the list of OSGi bundles added using BundleOptionBuilder.BundleOption.add(String, String).
build() - Method in class org.codice.ddf.test.common.configurators.FeatureOptionBuilder.FeatureOption
Builds the Pax Exam Option from the list of features added using FeatureOptionBuilder.FeatureOption.addFeatures(String, String, String...).
build() - Method in class org.codice.ddf.test.common.UrlBuilder
Builds an http URL from the base URL information provided and all the context paths added.
buildSecure() - Method in class org.codice.ddf.test.common.UrlBuilder
Builds an https URL from the base URL information provided and all the context paths added.
BundleOptionBuilder - Class in org.codice.ddf.test.common.configurators
Builder class used to create Pax Exam options that will get OSGi bundles from a Maven repository.
BundleOptionBuilder.BundleOption - Class in org.codice.ddf.test.common.configurators
BundleOptionBuilder.BundleOption used to add a bundle Option.

C

CamelFeatures - Class in org.codice.ddf.test.common.features
 
cast(Class<S>, Matcher<? extends S>) - Static method in class org.codice.ddf.test.common.matchers.CastingMatchers
 
CastingMatchers - Class in org.codice.ddf.test.common.matchers
This class provides matchers to help cast objects before matching them.
close() - Method in class org.codice.ddf.test.common.configurators.PortFinder
 
codiceLoggingLevel(String) - Static method in class org.codice.ddf.test.common.options.LoggingOptions
 
ComponentTestRunner - Class in org.codice.ddf.test.common
JUnit test runner that dumps extra debug information to the console when a Pax Exam test container fails to start.
ComponentTestRunner(Class<?>) - Constructor for class org.codice.ddf.test.common.ComponentTestRunner
 
config() - Method in class org.codice.ddf.test.common.AbstractComponentTest
Configuration method called during Pax Exam configuration.
ContainerOptions - Interface in org.codice.ddf.test.common.configurators
Interface implemented by Pax Exam test classes to provide container specific Options.
CxfFeatures - Class in org.codice.ddf.test.common.features
 

D

DdfBaseOptions - Class in org.codice.ddf.test.common.configurators
Provides the basic DDF configuration Options required to run with Pax Exam.
DdfBaseOptions(PortFinder) - Constructor for class org.codice.ddf.test.common.configurators.DdfBaseOptions
Constructor.
DdfComponentOptions - Class in org.codice.ddf.test.common.configurators
Provides the basic DDF configuration Options required to run component tests in Pax Exam.
DdfComponentOptions(PortFinder) - Constructor for class org.codice.ddf.test.common.configurators.DdfComponentOptions
Constructor.
ddfLoggingLevel(String) - Static method in class org.codice.ddf.test.common.options.LoggingOptions
 
DebugOptions - Class in org.codice.ddf.test.common.options
Contains test options useful for debugging tests.
DebugOptions() - Constructor for class org.codice.ddf.test.common.options.DebugOptions
 
DEFAULT_TEST_RESOURCES_PATH - Static variable in class org.codice.ddf.test.common.options.TestResourcesOptions
 
defaultDebuggingOptions() - Static method in class org.codice.ddf.test.common.options.DebugOptions
 
defaultLogging() - Static method in class org.codice.ddf.test.common.options.LoggingOptions
 
defaultPortsOptions() - Static method in class org.codice.ddf.test.common.options.PortOptions
 
defaultVmOptions() - Static method in class org.codice.ddf.test.common.options.VmOptions
 
DependencyVersionResolver - Class in org.codice.ddf.test.common
Returns dependency versions using a local dependencies.properties file instead of relying on a classloader.
DistributionOptions - Class in org.codice.ddf.test.common.options
Options for configuring a distribution for testing purposes.
DistributionOptions() - Constructor for class org.codice.ddf.test.common.options.DistributionOptions
 
DomSupport - Class in org.codice.ddf.test.common.dom
This class provides support for handling DOM trees while testing.

E

empty() - Static method in class org.codice.ddf.test.common.configurators.BundleOptionBuilder
empty() - Static method in class org.codice.ddf.test.common.configurators.FeatureOptionBuilder
enableCustomLogging() - Static method in class org.codice.ddf.test.common.options.DebugOptions
Allows custom logging by passing in the `custom.logging` property with the value being in the format of `[package]=[logLevel];[anotherPackage]=[anotherLogLevel]
enableRemoteDebugging() - Static method in class org.codice.ddf.test.common.options.DebugOptions
Enables ports for debugging.
EXAM_SETUP_FAILED_MESSAGE - Static variable in class org.codice.ddf.test.common.annotations.PaxExamRule
 
ExamResultLogger - Class in org.codice.ddf.test.common.annotations
 
ExamResultLogger() - Constructor for class org.codice.ddf.test.common.annotations.ExamResultLogger
 

F

failed(Throwable, Description) - Method in class org.codice.ddf.test.common.annotations.ExamResultLogger
 
failed(Throwable, Description) - Method in class org.codice.ddf.test.common.rules.TestFailureLogger
 
failWithThrowableStacktrace(Throwable, String) - Static method in class org.codice.ddf.test.common.LoggingUtils
Appends the stacktrace of the Throwable to the message provided.
Feature - Interface in org.codice.ddf.test.common.features
Wrapper interface for karaf features.
FEATURE_NAME_XPATH - Static variable in class org.codice.ddf.test.common.features.FeatureUtilities
 
FeatureImpl - Class in org.codice.ddf.test.common.features
 
FeatureImpl(UrlReference, String) - Constructor for class org.codice.ddf.test.common.features.FeatureImpl
 
featureName() - Method in interface org.codice.ddf.test.common.features.Feature
 
featureName() - Method in class org.codice.ddf.test.common.features.FeatureImpl
 
FeatureOptionBuilder - Class in org.codice.ddf.test.common.configurators
Builder class used to create Pax Exam options that will get Karaf features from a Maven repository.
FeatureOptionBuilder.FeatureOption - Class in org.codice.ddf.test.common.configurators
 
FeatureOptions - Class in org.codice.ddf.test.common.options
Options for handling karaf features
featureRepo() - Static method in class org.codice.ddf.test.common.features.AdminFeatures
 
featureRepo() - Static method in class org.codice.ddf.test.common.features.AppsFeatures
 
featureRepo() - Static method in class org.codice.ddf.test.common.features.BrandingFeatures
 
featureRepo() - Static method in class org.codice.ddf.test.common.features.CamelFeatures
 
featureRepo() - Static method in class org.codice.ddf.test.common.features.CxfFeatures
 
featureRepo() - Static method in class org.codice.ddf.test.common.features.InstallProfilesFeatures
 
featureRepo() - Static method in class org.codice.ddf.test.common.features.KarafFeatures
 
featureRepo() - Static method in class org.codice.ddf.test.common.features.KernelFeatures
 
featureRepo() - Static method in class org.codice.ddf.test.common.features.MigrationFeatures
 
featureRepo() - Static method in class org.codice.ddf.test.common.features.NotificationsFeatures
 
featureRepo() - Static method in class org.codice.ddf.test.common.features.SecurityFeatures
 
featureRepo() - Static method in class org.codice.ddf.test.common.features.SolrFeatures
 
featureRepo() - Static method in class org.codice.ddf.test.common.features.TestUtilitiesFeatures
 
featureRepo() - Static method in class org.codice.ddf.test.common.features.UtilitiesFeatures
 
FeatureRepo - Interface in org.codice.ddf.test.common.features
Wrapper interface for karaf feature repos.
FeatureRepoImpl - Class in org.codice.ddf.test.common.features
 
FeatureRepoImpl(UrlReference) - Constructor for class org.codice.ddf.test.common.features.FeatureRepoImpl
 
featureRepoToFeatureParameters(String) - Static method in class org.codice.ddf.test.common.features.FeatureUtilities
Converts the given feature file into a list of feature name parameters for parameterized testing.
featureRepoToFeatureParameters(String, List<String>) - Static method in class org.codice.ddf.test.common.features.FeatureUtilities
Converts the given feature file into a list of feature name parameters for parameterized testing.
FeatureUtilities - Class in org.codice.ddf.test.common.features
 
from(String, String, String, String) - Static method in class org.codice.ddf.test.common.UrlBuilder
Creates a UrlBuilder from static values.
fromSystemProperties(String, String, String, String) - Static method in class org.codice.ddf.test.common.UrlBuilder
Creates a UrlBuilder from system property values.

G

get() - Method in interface org.codice.ddf.test.common.configurators.ApplicationOptions
Gets the Pax Exam configuration Options for this application.
get() - Method in interface org.codice.ddf.test.common.configurators.ContainerOptions
Gets the basic Pax Exam configuration Options for the container.
get() - Method in class org.codice.ddf.test.common.configurators.DdfBaseOptions
 
get() - Method in class org.codice.ddf.test.common.configurators.DdfComponentOptions
 
get() - Method in class org.codice.ddf.test.common.configurators.KarafOptions
 
getApplicationOptions(PortFinder) - Method in class org.codice.ddf.test.common.AbstractComponentTest
Gets the object to use to configure the component or application inside the container.
getBundleOptions() - Method in class org.codice.ddf.test.common.configurators.DdfBaseOptions
Gets the BundleOptionBuilder.BundleOption that contains all the bundles to start in the Pax Exam container for the tests to run.
getConfiguration(String) - Static method in class org.codice.ddf.test.common.options.BasicOptions
 
getConfigurationPath() - Static method in class org.codice.ddf.test.common.options.BasicOptions
 
getContainerOptions() - Method in class org.codice.ddf.test.common.AbstractComponentTest
Gets the object to use to configure the container.
getDefaultLogPackages() - Method in class org.codice.ddf.test.common.configurators.DdfBaseOptions
Gets the list of packages whose logging level will be changed when the logLevel system property has been defined.
getDistributionOptions() - Method in class org.codice.ddf.test.common.configurators.DdfBaseOptions
Gets the distribution artifact to deploy in the Pax Exam container, e.g., the Karaf or DDF distribution zip file.
getDistributionOptions() - Method in class org.codice.ddf.test.common.configurators.DdfComponentOptions
 
getExtraOptions() - Method in class org.codice.ddf.test.common.configurators.DdfBaseOptions
Gets the extra Pax Exam Option to use to configure the Pax Exam container.
getFeatureFileUrl() - Method in class org.codice.ddf.test.common.features.FeatureImpl
 
getFeatureFileUrl() - Method in interface org.codice.ddf.test.common.features.FeatureRepo
 
getFeatureFileUrl() - Method in class org.codice.ddf.test.common.features.FeatureRepoImpl
 
getFeatureOptions() - Method in class org.codice.ddf.test.common.configurators.DdfBaseOptions
Gets the FeatureOptionBuilder.FeatureOption that contains all the features to start in the Pax Exam container for the tests to run.
getFeaturesFromFeatureRepo(String) - Static method in class org.codice.ddf.test.common.features.FeatureUtilities
Returns a list of feature names defined in a feature file.
getHttpsPort() - Static method in class org.codice.ddf.test.common.options.PortOptions
 
getPort(String) - Method in class org.codice.ddf.test.common.configurators.PortFinder
Gets the port number associated with the key provided.
getPortAsString(String) - Method in class org.codice.ddf.test.common.configurators.PortFinder
Gets the port number associated with the key provided as a string.
getPortFinder() - Static method in class org.codice.ddf.test.common.options.BasicOptions
 
getProperties() - Static method in class org.codice.ddf.test.common.options.BasicOptions
 
getTestResource(String) - Static method in class org.codice.ddf.test.common.options.TestResourcesOptions
Since Pax Exam uses 2 JVM's, the test resources in each of these JVM's differs.
getVersion(String, String) - Method in class org.codice.ddf.test.common.DependencyVersionResolver
 

H

hasCauseMatching(Matcher<? extends Throwable>) - Static method in class org.codice.ddf.test.common.matchers.ThrowableMatchers
 
hasCauseMessageMatching(Matcher<String>) - Static method in class org.codice.ddf.test.common.matchers.ThrowableMatchers
 
hasInitialCauseMatching(Matcher<? extends Throwable>) - Static method in class org.codice.ddf.test.common.matchers.ThrowableMatchers
 
hasInitialCauseMessageMatching(Matcher<String>) - Static method in class org.codice.ddf.test.common.matchers.ThrowableMatchers
 
hasSuppressedMatching(Matcher<? extends Throwable[]>) - Static method in class org.codice.ddf.test.common.matchers.ThrowableMatchers
 
HTTP_PORT_PROPERTY - Static variable in class org.codice.ddf.test.common.options.SystemProperties
 
httpPort() - Static method in class org.codice.ddf.test.common.options.PortOptions
 
HTTPS_PORT_PROPERTY - Static variable in class org.codice.ddf.test.common.options.SystemProperties
 
httpsPort() - Static method in class org.codice.ddf.test.common.options.PortOptions
 

I

includeTestResources() - Static method in class org.codice.ddf.test.common.options.TestResourcesOptions
Allows test resources under "target/test-classes" to be accessed by the security manager during test run time.
InstallProfilesFeatures - Class in org.codice.ddf.test.common.features
 
installStartupFile(URL, String) - Method in class org.codice.ddf.test.common.configurators.DdfBaseOptions
Copies the content of a JAR resource to the destination specified before the container starts up.

J

javaModuleVmOptions() - Static method in class org.codice.ddf.test.common.options.VmOptions
 

K

KARAF_MGMT_CFG_FILE_PATH - Static variable in class org.codice.ddf.test.common.options.PortOptions
 
KARAF_SHELL_CFG_FILE_PATH - Static variable in class org.codice.ddf.test.common.options.PortOptions
 
KarafFeatures - Class in org.codice.ddf.test.common.features
 
KarafOptions - Class in org.codice.ddf.test.common.configurators
Provides the configuration Options required to run Pax Exam and Karaf.
KarafOptions(PortFinder) - Constructor for class org.codice.ddf.test.common.configurators.KarafOptions
Constructor.
keepRuntimeFolder() - Static method in class org.codice.ddf.test.common.options.DebugOptions
Prevents the deletion of the distribution used during testing.
kernelDistributionOption() - Static method in class org.codice.ddf.test.common.options.DistributionOptions
 
kernelDistributionOption(boolean) - Static method in class org.codice.ddf.test.common.options.DistributionOptions
Returns a kernel distribution configuration.
KernelFeatures - Class in org.codice.ddf.test.common.features
 
key() - Element in annotation interface org.codice.ddf.test.common.annotations.MockOsgiService.Property
Service property key

L

LOGGER - Static variable in class org.codice.ddf.test.common.annotations.ExamResultLogger
 
LoggingOptions - Class in org.codice.ddf.test.common.options
Options for configuring log levels during test execution
LoggingOptions() - Constructor for class org.codice.ddf.test.common.options.LoggingOptions
 
LoggingUtils - Class in org.codice.ddf.test.common
Logging utilities for testing.
logLevelOption(String, String) - Static method in class org.codice.ddf.test.common.options.LoggingOptions
Creates options to add log configuration lines to the etc/org.ops4j.pax.logging.cfg file.

M

map(Function<T, V>, Matcher<? extends V>) - Static method in class org.codice.ddf.test.common.matchers.MappingMatchers
 
MappingMatchers - Class in org.codice.ddf.test.common.matchers
This class provides matchers to help mapping objects to values before matching the value.
MigrationFeatures - Class in org.codice.ddf.test.common.features
 
MockOsgiService - Annotation Interface in org.codice.ddf.test.common.annotations
Annotation used to mock OSGi services using Mockito.
MockOsgiService.Property - Annotation Interface in org.codice.ddf.test.common.annotations
Annotation used to assign a property to an OSGi service

N

NotificationsFeatures - Class in org.codice.ddf.test.common.features
 

O

org.codice.ddf.test.common - package org.codice.ddf.test.common
 
org.codice.ddf.test.common.annotations - package org.codice.ddf.test.common.annotations
 
org.codice.ddf.test.common.configurators - package org.codice.ddf.test.common.configurators
 
org.codice.ddf.test.common.dom - package org.codice.ddf.test.common.dom
 
org.codice.ddf.test.common.features - package org.codice.ddf.test.common.features
 
org.codice.ddf.test.common.function - package org.codice.ddf.test.common.function
 
org.codice.ddf.test.common.matchers - package org.codice.ddf.test.common.matchers
 
org.codice.ddf.test.common.options - package org.codice.ddf.test.common.options
 
org.codice.ddf.test.common.rules - package org.codice.ddf.test.common.rules
 
org.codice.ddf.test.common.xmlunit - package org.codice.ddf.test.common.xmlunit
 
overridePaxExamJUnitHamcrest() - Static method in class org.codice.ddf.test.common.configurators.KarafOptions
Pax Exam 4.14.0 starts both the JUnit 4.13.2 and Hamcrest-all 1.3 ServiceMix bundles by default, but they both export some Hamcrest packages.

P

PaxExamRule - Class in org.codice.ddf.test.common.annotations
Adds support for BeforeExam and AfterExam annotations with OPS4J Pax Exam integration tests.
PaxExamRule(Object) - Constructor for class org.codice.ddf.test.common.annotations.PaxExamRule
 
PortFinder - Class in org.codice.ddf.test.common.configurators
Class used to find and reserve a range of ports, and assign ports within that range by name.
PortFinder() - Constructor for class org.codice.ddf.test.common.configurators.PortFinder
Default constructor.
PortOptions - Class in org.codice.ddf.test.common.options
Options for configuring test environment ports
PortOptions() - Constructor for class org.codice.ddf.test.common.options.PortOptions
 
PostTestConstruct - Annotation Interface in org.codice.ddf.test.common.annotations
Pax Exam OSGi containers cannot execute @PostConstruct in the container.
PredicateUtils - Class in org.codice.ddf.test.common.function
This class provides utilities for working with predicates.
PROFILE_STANDARD - Static variable in class org.codice.ddf.test.common.features.InstallProfilesFeatures
 
profileStandard() - Static method in class org.codice.ddf.test.common.features.InstallProfilesFeatures
 
properties() - Element in annotation interface org.codice.ddf.test.common.annotations.MockOsgiService
Properties to assign to the service when registering the mock with OSGi.

R

recordConfiguration(String, String) - Static method in class org.codice.ddf.test.common.options.BasicOptions
 
resolver() - Static method in class org.codice.ddf.test.common.DependencyVersionResolver
 
REST_ASSURED - Static variable in class org.codice.ddf.test.common.features.TestUtilitiesFeatures
 
restAssured() - Static method in class org.codice.ddf.test.common.features.TestUtilitiesFeatures
 
RMI_REGISTRY_PORT_PROPERTY - Static variable in class org.codice.ddf.test.common.options.PortOptions
 
RMI_SERVER_PORT_PROPERTY - Static variable in class org.codice.ddf.test.common.options.PortOptions
 
rmiRegistryPort() - Static method in class org.codice.ddf.test.common.options.PortOptions
 
rmiServerPort() - Static method in class org.codice.ddf.test.common.options.PortOptions
 
ROOT_CONTEXT - Static variable in class org.codice.ddf.test.common.configurators.DdfBaseOptions
Root context value
run(RunNotifier) - Method in class org.codice.ddf.test.common.ComponentTestRunner
 

S

SECURITY_SERVICES_APP - Static variable in class org.codice.ddf.test.common.features.AppsFeatures
 
SecurityFeatures - Class in org.codice.ddf.test.common.features
 
securityServicesApp() - Static method in class org.codice.ddf.test.common.features.AppsFeatures
 
ServiceRegistrationRule - Class in org.codice.ddf.test.common.rules
Test rule used to create mock OSGi services for all fields annotated with MockOsgiService.
ServiceRegistrationRule() - Constructor for class org.codice.ddf.test.common.rules.ServiceRegistrationRule
 
SERVLET_CONTEXT_KEY - Static variable in class org.codice.ddf.test.common.configurators.DdfBaseOptions
Servlet context system property key
SolrFeatures - Class in org.codice.ddf.test.common.features
 
solrPort() - Static method in class org.codice.ddf.test.common.options.PortOptions
 
SSH_PORT_PROPERTY - Static variable in class org.codice.ddf.test.common.options.PortOptions
 
sshPort() - Static method in class org.codice.ddf.test.common.options.PortOptions
 
succeeded(Description) - Method in class org.codice.ddf.test.common.annotations.ExamResultLogger
 
SYSTEM_PROPERTIES_FILE_PATH - Static variable in class org.codice.ddf.test.common.options.SystemProperties
 
SystemProperties - Class in org.codice.ddf.test.common.options
 

T

TEST_COMMON_FEATURE - Static variable in class org.codice.ddf.test.common.features.TestUtilitiesFeatures
 
TEST_RESOURCES_DIR - Static variable in class org.codice.ddf.test.common.options.TestResourcesOptions
 
testCommon() - Static method in class org.codice.ddf.test.common.features.TestUtilitiesFeatures
 
testFailureLogger - Variable in class org.codice.ddf.test.common.AbstractComponentTest
 
TestFailureLogger - Class in org.codice.ddf.test.common.rules
Test rule used to log the state of the OSGi bundles after a test failure.
TestFailureLogger() - Constructor for class org.codice.ddf.test.common.rules.TestFailureLogger
 
TestResourcesOptions - Class in org.codice.ddf.test.common.options
Options for handling test resources.
TestUtilitiesFeatures - Class in org.codice.ddf.test.common.features
 
ThrowableMatchers - Class in org.codice.ddf.test.common.matchers
This class provides matchers to help validating exception causes.
TINY_BUNDLES - Static variable in class org.codice.ddf.test.common.features.TestUtilitiesFeatures
 
tinyBundles() - Static method in class org.codice.ddf.test.common.features.TestUtilitiesFeatures
 
toFeature(String, String) - Static method in class org.codice.ddf.test.common.features.FeatureUtilities
Creates a feature object from the specified feature file
toFeatureRepo(String) - Static method in class org.codice.ddf.test.common.features.FeatureUtilities
Creates a feature repo object from the specified feature file

U

UNPACK_DIRECTORY - Static variable in class org.codice.ddf.test.common.options.DistributionOptions
 
UrlBuilder - Class in org.codice.ddf.test.common
Builder class for URLs.
UtilitiesFeatures - Class in org.codice.ddf.test.common.features
 

V

value() - Element in annotation interface org.codice.ddf.test.common.annotations.MockOsgiService.Property
Service property value
VmOptions - Class in org.codice.ddf.test.common.options
Options for configuring the JVM test environment

X

XMLUnitSupport - Class in org.codice.ddf.test.common.xmlunit
This class provides additional support when testing along with XMLUnit 2.0 matchers.
A B C D E F G H I J K L M N O P R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values