|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.exam.junit.AnnotatedWithConfiguration
public class AnnotatedWithConfiguration
Configuration strategy that will consider as configuration any static/non static methods that are marked with
Configuration
annotation, has no parameters and has an Option
array as return value.
Constructor Summary | |
---|---|
AnnotatedWithConfiguration()
|
Method Summary | |
---|---|
java.util.Collection<? extends JUnit4ConfigMethod> |
getConfigMethods(org.junit.internal.runners.TestClass testClass,
java.lang.Object testInstance)
Returns configuration methods determined by this strategy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotatedWithConfiguration()
Method Detail |
---|
public java.util.Collection<? extends JUnit4ConfigMethod> getConfigMethods(org.junit.internal.runners.TestClass testClass, java.lang.Object testInstance)
getConfigMethods
in interface JUnit4ConfigMethods
testClass
- the test classtestInstance
- an instance of the test class
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |