org.junit.experimental.theories.internal
Class TheoryMethod

java.lang.Object
  extended by org.junit.internal.runners.TestMethod
      extended by org.junit.experimental.theories.internal.TheoryMethod

public class TheoryMethod
extends TestMethod


Nested Class Summary
static class TheoryMethod.PotentialMethodValues
           
 
Constructor Summary
TheoryMethod(java.lang.reflect.Method method, TestClass testClass)
           
 
Method Summary
 void invoke(java.lang.Object test)
           
 boolean nullsOk()
           
 
Methods inherited from class org.junit.internal.runners.TestMethod
getExpectedException, getTimeout, isIgnored
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TheoryMethod

public TheoryMethod(java.lang.reflect.Method method,
                    TestClass testClass)
Method Detail

invoke

public void invoke(java.lang.Object test)
            throws java.lang.IllegalArgumentException,
                   java.lang.IllegalAccessException,
                   java.lang.reflect.InvocationTargetException
Overrides:
invoke in class TestMethod
Throws:
java.lang.IllegalArgumentException
java.lang.IllegalAccessException
java.lang.reflect.InvocationTargetException

nullsOk

public boolean nullsOk()