|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.runner.Runner
org.junit.internal.runners.JUnit4ClassRunner
org.junit.experimental.theories.Theories
public class Theories
Constructor Summary | |
---|---|
Theories(java.lang.Class<?> klass)
|
Method Summary | |
---|---|
protected java.util.List<java.lang.reflect.Method> |
getTestMethods()
|
protected void |
validate()
|
protected TestMethod |
wrapMethod(java.lang.reflect.Method method)
|
Methods inherited from class org.junit.internal.runners.JUnit4ClassRunner |
---|
classAnnotations, createTest, filter, getDescription, getName, getTestClass, invokeTestMethod, methodDescription, run, runMethods, sort, testAnnotations, testName |
Methods inherited from class org.junit.runner.Runner |
---|
testCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Theories(java.lang.Class<?> klass) throws InitializationError
InitializationError
Method Detail |
---|
protected void validate() throws InitializationError
validate
in class JUnit4ClassRunner
InitializationError
protected java.util.List<java.lang.reflect.Method> getTestMethods()
getTestMethods
in class JUnit4ClassRunner
protected TestMethod wrapMethod(java.lang.reflect.Method method)
wrapMethod
in class JUnit4ClassRunner
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |