org.junit.experimental.test.theories
Class DataPointMethodTest

java.lang.Object
  extended by org.junit.experimental.test.theories.DataPointMethodTest

public class DataPointMethodTest
extends java.lang.Object


Nested Class Summary
static class DataPointMethodTest.DataPointMethodReturnsMutableObject
           
static class DataPointMethodTest.HasDataPointMethod
           
static class DataPointMethodTest.HasDateMethod
           
static class DataPointMethodTest.HasUglyDataPointMethod
           
 
Constructor Summary
DataPointMethodTest()
           
 
Method Summary
 void ignoreDataPointMethodsWithoutAnnotation()
           
 void ignoreDataPointMethodsWithWrongTypes()
           
 void ignoreExceptionsFromDataPointMethods()
           
 void mutableObjectsAreCreatedAfresh()
           
 void pickUpDataPointMethods()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataPointMethodTest

public DataPointMethodTest()
Method Detail

pickUpDataPointMethods

public void pickUpDataPointMethods()

ignoreExceptionsFromDataPointMethods

public void ignoreExceptionsFromDataPointMethods()

mutableObjectsAreCreatedAfresh

public void mutableObjectsAreCreatedAfresh()

ignoreDataPointMethodsWithWrongTypes

public void ignoreDataPointMethodsWithWrongTypes()
                                          throws java.lang.Exception
Throws:
java.lang.Exception

ignoreDataPointMethodsWithoutAnnotation

public void ignoreDataPointMethodsWithoutAnnotation()
                                             throws java.lang.Throwable
Throws:
java.lang.Throwable