This class provides an early fix for JUnit issue
CategoryWithParameterizedRunnerFactory() - Constructor for class org.apache.geode.test.junit.runners.
CategoryWithParameterizedRunnerFactory
ConditionalIgnore - Annotation Type in org.apache.geode.test.junit
The ConditionalIgnore class is a Java Annotation used to annotated a test suite class test case method in order to
conditionally ignore the test case for a fixed amount of time, or based on a predetermined condition provided by
the IgnoreCondition interface.
ConditionalIgnoreRule - Class in org.apache.geode.test.junit.rules
The ConditionalIgnoreRule class...
ConditionalIgnoreRule() - Constructor for class org.apache.geode.test.junit.rules.ConditionalIgnoreRule
ContainerTest - Interface in org.apache.geode.test.junit.categories
JUnit Test Category that specifies a test executes within a container
environment such as an OSGi server.
createRunnerForTestWithParameters(TestWithParameters) - Method in class org.apache.geode.test.junit.runners.CategoryWithParameterizedRunnerFactory
D
- DATE_FORMAT - Static variable in class org.apache.geode.test.junit.rules.ConditionalIgnoreRule
-
- DATE_FORMAT - Static variable in class org.apache.geode.test.junit.rules.IgnoreUntilRule
-
- DATE_FORMAT_PATTERN - Static variable in class org.apache.geode.test.junit.rules.ConditionalIgnoreRule
-
- DATE_FORMAT_PATTERN - Static variable in class org.apache.geode.test.junit.rules.IgnoreUntilRule
-
- DEFAULT - Static variable in annotation type org.apache.geode.test.junit.Repeat
-
- DEFAULT - Static variable in annotation type org.apache.geode.test.junit.Retry
-
- DEFAULT_IGNORE - Static variable in class org.apache.geode.test.junit.support.DefaultIgnoreCondition
-
- DEFAULT_MESSAGE - Static variable in class org.apache.geode.test.junit.rules.ConditionalIgnoreRule
-
- DEFAULT_MESSAGE - Static variable in class org.apache.geode.test.junit.rules.IgnoreUntilRule
-
- DEFAULT_REPETITIONS - Static variable in class org.apache.geode.test.junit.rules.RepeatRule
-
- DefaultIgnoreCondition - Class in org.apache.geode.test.junit.support
-
The DefaultIgnoreCondition class...
- DefaultIgnoreCondition() - Constructor for class org.apache.geode.test.junit.support.DefaultIgnoreCondition
-
- DefaultIgnoreCondition(boolean) - Constructor for class org.apache.geode.test.junit.support.DefaultIgnoreCondition
-
- DescribedExternalResource - Class in org.apache.geode.test.junit.rules
-
this class extends the capability of JUnit's ExternalResource in that
it provides a Description object in the before and after methods, so that
the implementation would have access to the annotation of the test methods
- DescribedExternalResource() - Constructor for class org.apache.geode.test.junit.rules.DescribedExternalResource
-
- DiskDirRule - Class in org.apache.geode.test.junit.rules
-
A rule that creates a temporary directory and
cleans it up after the test.
- DiskDirRule() - Constructor for class org.apache.geode.test.junit.rules.DiskDirRule
-
- DistributedTest - Interface in org.apache.geode.test.junit.categories
-
JUnit Test Category that specifies a test involving multiple members of a
distributed system.
- DistributedTransactionsTest - Interface in org.apache.geode.test.junit.categories
-
JUnit Test Category that specifies tests for distributed transactions
functionality
- DO_NOT_IGNORE - Static variable in class org.apache.geode.test.junit.support.DefaultIgnoreCondition
-
E
- evaluate(Description) - Method in interface org.apache.geode.test.junit.IgnoreCondition
-
- evaluate(Statement, Description) - Method in class org.apache.geode.test.junit.rules.ConditionalIgnoreRule
-
- evaluate(ConditionalIgnore, Description) - Method in class org.apache.geode.test.junit.rules.ConditionalIgnoreRule
-
- evaluate(Statement, Description) - Method in class org.apache.geode.test.junit.rules.IgnoreUntilRule
-
- evaluate(IgnoreUntil, Description) - Method in class org.apache.geode.test.junit.rules.IgnoreUntilRule
-
- evaluate(Statement, Description) - Method in class org.apache.geode.test.junit.rules.RepeatRule
-
- evaluate(Statement, Description, int) - Method in class org.apache.geode.test.junit.rules.RetryRule.AbstractRetryRule
-
- evaluate(Description) - Method in class org.apache.geode.test.junit.support.DefaultIgnoreCondition
-
- evaluateCondition(Class<? extends IgnoreCondition>, Description) - Method in class org.apache.geode.test.junit.rules.ConditionalIgnoreRule
-
- evaluateCondition(Class<? extends IgnoreCondition>, Description) - Method in class org.apache.geode.test.junit.rules.IgnoreUntilRule
-
- evaluatePerCase(Statement, Description) - Method in class org.apache.geode.test.junit.rules.RetryRule.GlobalRetryRule
-
- evaluatePerTest(Statement, Description) - Method in class org.apache.geode.test.junit.rules.RetryRule.LocalRetryRule
-
- evaluateUntil(String) - Method in class org.apache.geode.test.junit.rules.ConditionalIgnoreRule
-
- evaluateUntil(String) - Method in class org.apache.geode.test.junit.rules.IgnoreUntilRule
-
- expect(Matcher<?>) - Method in class org.apache.geode.test.junit.rules.ExpectedTimeoutRule
-
Adds matcher to the list of requirements for any thrown exception.
- expect(Class<? extends Throwable>) - Method in class org.apache.geode.test.junit.rules.ExpectedTimeoutRule
-
Adds to the list of requirements for any thrown exception that it should
be an instance of type.
- expectCause(Matcher<? extends Throwable>) - Method in class org.apache.geode.test.junit.rules.ExpectedTimeoutRule
-
Adds matcher to the list of requirements for the cause of
any thrown exception.
- ExpectedTimeoutRule - Class in org.apache.geode.test.junit.rules
-
Expect an Exception within a specified timeout.
- expectMaximumDuration(long) - Method in class org.apache.geode.test.junit.rules.ExpectedTimeoutRule
-
- expectMessage(String) - Method in class org.apache.geode.test.junit.rules.ExpectedTimeoutRule
-
Adds to the list of requirements for any thrown exception that it should
contain string substring
- expectMessage(Matcher<String>) - Method in class org.apache.geode.test.junit.rules.ExpectedTimeoutRule
-
Adds matcher to the list of requirements for the message returned
from any thrown exception.
- expectMinimumDuration(long) - Method in class org.apache.geode.test.junit.rules.ExpectedTimeoutRule
-
- expectsThrowable() - Method in class org.apache.geode.test.junit.rules.ExpectedTimeoutRule
-
Returns true if a Throwable is expected.
- expectsTimeout() - Method in class org.apache.geode.test.junit.rules.ExpectedTimeoutRule
-
Returns true if a timeout is expected.
- expectTimeUnit(TimeUnit) - Method in class org.apache.geode.test.junit.rules.ExpectedTimeoutRule
-
- ExposedGetAnnotations - Interface in org.apache.geode.test.junit.runners
-
F
- FieldSerializationUtils - Class in org.apache.geode.test.junit.rules.serializable
-
Provides support for serialization of private fields by reflection.
- FieldSerializationUtils() - Constructor for class org.apache.geode.test.junit.rules.serializable.FieldSerializationUtils
-
- FlakyTest - Interface in org.apache.geode.test.junit.categories
-
JUnit Test Category that specifies a flickering test that fails
intermittently.
- format(String, Description) - Method in class org.apache.geode.test.junit.rules.ConditionalIgnoreRule
-
- format(String, Description) - Method in class org.apache.geode.test.junit.rules.IgnoreUntilRule
-
G
- get() - Method in class org.apache.geode.test.junit.rules.DiskDirRule
-
- getRunnerAnnotations() - Method in class org.apache.geode.test.junit.runners.CategoryWithParameterizedRunner
-
- getRunnerAnnotations() - Method in interface org.apache.geode.test.junit.runners.ExposedGetAnnotations
-
- GlobalRetryRule(int) - Constructor for class org.apache.geode.test.junit.rules.RetryRule.GlobalRetryRule
-
H
- HydraTest - Interface in org.apache.geode.test.junit.categories
-
JUnit Test Category that specifies a hydra test.
I
- IGNORE - Static variable in class org.apache.geode.test.junit.support.DefaultIgnoreCondition
-
- IgnoreCondition - Interface in org.apache.geode.test.junit
-
The IgnoreCondition class...
- IgnoreConditionEvaluationException - Exception in org.apache.geode.test.junit.support
-
The IgnoreConditionEvaluationException class...
- IgnoreConditionEvaluationException() - Constructor for exception org.apache.geode.test.junit.support.IgnoreConditionEvaluationException
-
- IgnoreConditionEvaluationException(String) - Constructor for exception org.apache.geode.test.junit.support.IgnoreConditionEvaluationException
-
- IgnoreConditionEvaluationException(Throwable) - Constructor for exception org.apache.geode.test.junit.support.IgnoreConditionEvaluationException
-
- IgnoreConditionEvaluationException(String, Throwable) - Constructor for exception org.apache.geode.test.junit.support.IgnoreConditionEvaluationException
-
- IgnoreUntil - Annotation Type in org.apache.geode.test.junit
-
The IgnoreUntil class is a Java Annotation used to annotated a test suite class test case method in order to
conditionally ignore the test case for a fixed amount of time, or based on a predetermined condition provided by
the IgnoreCondition interface.
- IgnoreUntilRule - Class in org.apache.geode.test.junit.rules
-
The IgnoreUntilRule class...
- IgnoreUntilRule() - Constructor for class org.apache.geode.test.junit.rules.IgnoreUntilRule
-
- IntegrationTest - Interface in org.apache.geode.test.junit.categories
-
JUnit Test Category that specifies a test involving inter-operation of
components or subsystems.
- isIgnore() - Method in class org.apache.geode.test.junit.support.DefaultIgnoreCondition
-
- isTest(Description) - Method in class org.apache.geode.test.junit.rules.ConditionalIgnoreRule
-
- isTest(Description) - Method in class org.apache.geode.test.junit.rules.IgnoreUntilRule
-
L
- LocalRetryRule() - Constructor for class org.apache.geode.test.junit.rules.RetryRule.LocalRetryRule
-
N
- none() - Static method in class org.apache.geode.test.junit.rules.ExpectedTimeoutRule
-
O
- org.apache.geode.test.junit - package org.apache.geode.test.junit
-
- org.apache.geode.test.junit.categories - package org.apache.geode.test.junit.categories
-
- org.apache.geode.test.junit.rules - package org.apache.geode.test.junit.rules
-
- org.apache.geode.test.junit.rules.serializable - package org.apache.geode.test.junit.rules.serializable
-
- org.apache.geode.test.junit.runner - package org.apache.geode.test.junit.runner
-
- org.apache.geode.test.junit.runners - package org.apache.geode.test.junit.runners
-
- org.apache.geode.test.junit.support - package org.apache.geode.test.junit.support
-
P
- PerformanceTest - Interface in org.apache.geode.test.junit.categories
-
JUnit Test Category that specifies a test that measures performance.
R
- readField(Class, Object, String) - Static method in class org.apache.geode.test.junit.rules.serializable.FieldSerializationUtils
-
- Repeat - Annotation Type in org.apache.geode.test.junit
-
The Repeat class is a Java Annotation enabling an annotated test suite class test case method to be repeated
a specified number of iterations.
- RepeatRule - Class in org.apache.geode.test.junit.rules
-
The RepeatRule class is a JUnit TestRule that enables an appropriately @Repeat annotated test case method
to be repeated a specified number of times.
- RepeatRule() - Constructor for class org.apache.geode.test.junit.rules.RepeatRule
-
- Retry - Annotation Type in org.apache.geode.test.junit
-
Java Annotation used to annotate a test method in order to retry failures
up to the specified maximum attempts.
- RetryRule - Class in org.apache.geode.test.junit.rules
-
JUnit Rule that enables retrying a failed test up to a maximum number of retries.
- RetryRule() - Constructor for class org.apache.geode.test.junit.rules.RetryRule
-
- RetryRule(int) - Constructor for class org.apache.geode.test.junit.rules.RetryRule
-
- RetryRule.AbstractRetryRule - Class in org.apache.geode.test.junit.rules
-
- RetryRule.GlobalRetryRule - Class in org.apache.geode.test.junit.rules
-
Implementation of RetryRule for all test methods in a test case
- RetryRule.LocalRetryRule - Class in org.apache.geode.test.junit.rules
-
Implementation of RetryRule for test methods annotated with Retry
- RuleList - Class in org.apache.geode.test.junit.rules
-
The RuleList rule enables ordering of TestRules.
- RuleList() - Constructor for class org.apache.geode.test.junit.rules.RuleList
-
Creates an empty RuleList.
- RuleList(TestRule) - Constructor for class org.apache.geode.test.junit.rules.RuleList
-
Creates a RuleList containing a single TestRule.
- RuleList(List<TestRule>) - Constructor for class org.apache.geode.test.junit.rules.RuleList
-
Creates a new RuleList containing the specified TestRules.
- rules() - Method in class org.apache.geode.test.junit.rules.RuleList
-
Returns a reference to the actual list of TestRules.
- rules() - Method in class org.apache.geode.test.junit.rules.serializable.SerializableRuleList
-
S
- SecurityTest - Interface in org.apache.geode.test.junit.categories
-
JUnit Test Category that specifies a test involving security.
- SerializableExternalResource - Class in org.apache.geode.test.junit.rules.serializable
-
Serializable subclass of ExternalResource.
- SerializableExternalResource() - Constructor for class org.apache.geode.test.junit.rules.serializable.SerializableExternalResource
-
- SerializableRuleList - Class in org.apache.geode.test.junit.rules.serializable
-
- SerializableRuleList() - Constructor for class org.apache.geode.test.junit.rules.serializable.SerializableRuleList
-
- SerializableRuleList(TestRule) - Constructor for class org.apache.geode.test.junit.rules.serializable.SerializableRuleList
-
- SerializableRuleList(List<TestRule>) - Constructor for class org.apache.geode.test.junit.rules.serializable.SerializableRuleList
-
- SerializableTemporaryFolder - Class in org.apache.geode.test.junit.rules.serializable
-
Serializable subclass of TemporaryFolder.
- SerializableTemporaryFolder() - Constructor for class org.apache.geode.test.junit.rules.serializable.SerializableTemporaryFolder
-
- SerializableTemporaryFolder(File) - Constructor for class org.apache.geode.test.junit.rules.serializable.SerializableTemporaryFolder
-
- SerializableTestName - Class in org.apache.geode.test.junit.rules.serializable
-
Serializable subclass of TestName.
- SerializableTestName() - Constructor for class org.apache.geode.test.junit.rules.serializable.SerializableTestName
-
- SerializableTestRule - Interface in org.apache.geode.test.junit.rules.serializable
-
Specifies that a TestRule is
Serializable.
- SerializableTestWatcher - Class in org.apache.geode.test.junit.rules.serializable
-
Serializable subclass of TestWatcher.
- SerializableTestWatcher() - Constructor for class org.apache.geode.test.junit.rules.serializable.SerializableTestWatcher
-
- SerializableTimeout - Class in org.apache.geode.test.junit.rules.serializable
-
Serializable subclass of Timeout.
- SerializableTimeout(long, TimeUnit) - Constructor for class org.apache.geode.test.junit.rules.serializable.SerializableTimeout
-
- SerializableTimeout(SerializableTimeout.Builder) - Constructor for class org.apache.geode.test.junit.rules.serializable.SerializableTimeout
-
- SerializableTimeout.Builder - Class in org.apache.geode.test.junit.rules.serializable
-
Builder for SerializableTimeout.
- starting(Description) - Method in class org.apache.geode.test.junit.rules.serializable.SerializableTestName
-
- SuiteBlockRunner - Class in org.apache.geode.test.junit.runner
-
used by SuiteRunner to override the test method name
- SuiteBlockRunner(Class, Class<?>) - Constructor for class org.apache.geode.test.junit.runner.SuiteBlockRunner
-
Creates a BlockJUnit4ClassRunner to run klass
- SuiteRunner - Class in org.apache.geode.test.junit.runner
-
SuiteRunner is like Junit Suite, it's used in conjunction with SuiteClass({xx.class, yy.class})
It's different from Suite in two ways:
1.
- SuiteRunner(Class<?>, RunnerBuilder) - Constructor for class org.apache.geode.test.junit.runner.SuiteRunner
-
T
- testName(FrameworkMethod) - Method in class org.apache.geode.test.junit.runner.SuiteBlockRunner
-
- throwOnIgnoreTest(Statement, Description) - Method in class org.apache.geode.test.junit.rules.ConditionalIgnoreRule
-
- throwOnIgnoreTest(Statement, Description) - Method in class org.apache.geode.test.junit.rules.IgnoreUntilRule
-
U
- UITest - Interface in org.apache.geode.test.junit.categories
-
JUnit Test Category that specifies a test involving a browser present to test the UI
- UnitTest - Interface in org.apache.geode.test.junit.categories
-
JUnit Test Category that specifies a test with very narrow and well defined
scope.
W
- WanTest - Interface in org.apache.geode.test.junit.categories
-
JUnit Test Category that specifies a test that involves Wan feature.
- withLookingForStuckThread(boolean) - Method in class org.apache.geode.test.junit.rules.serializable.SerializableTimeout.Builder
-
- withTimeout(long, TimeUnit) - Method in class org.apache.geode.test.junit.rules.serializable.SerializableTimeout.Builder
-
- writeField(Class, Object, String, Object) - Static method in class org.apache.geode.test.junit.rules.serializable.FieldSerializationUtils
-
A B C D E F G H I L N O P R S T U W