|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JUnit4ConfigMethod | |
---|---|
org.ops4j.pax.exam.junit | |
org.ops4j.pax.exam.junit.internal |
Uses of JUnit4ConfigMethod in org.ops4j.pax.exam.junit |
---|
Methods in org.ops4j.pax.exam.junit that return types with arguments of type JUnit4ConfigMethod | |
---|---|
java.util.Collection<? extends JUnit4ConfigMethod> |
JUnit4ConfigMethods.getConfigMethods(org.junit.internal.runners.TestClass testClass,
java.lang.Object testInstance)
Returns configuration methods determined by this strategy. |
java.util.Collection<? extends JUnit4ConfigMethod> |
AnnotatedWithConfiguration.getConfigMethods(org.junit.internal.runners.TestClass testClass,
java.lang.Object testInstance)
Returns configuration methods determined by this strategy. |
protected java.util.Collection<JUnit4ConfigMethod> |
AbstractJUnit4TestRunner.getConfigurationMethods()
|
protected java.util.Collection<JUnit4ConfigMethod> |
JUnit4TestRunner.getConfigurationMethods()
Finds the configuration methods based on the configured ConfigurationStrategy . |
Uses of JUnit4ConfigMethod in org.ops4j.pax.exam.junit.internal |
---|
Classes in org.ops4j.pax.exam.junit.internal that implement JUnit4ConfigMethod | |
---|---|
class |
AppliesToConfigMethod
Configuration method marked with Configuration and AppliesTo annotations. |
class |
DefaultConfigMethod
Configuration methodmarked with Configuration and RequiresConfiguration annotations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |