org.junit.experimental.test.theories
Class TheoriesTest.AssumptionsFail

java.lang.Object
  extended by org.junit.experimental.test.theories.TheoriesTest.AssumptionsFail
Enclosing class:
TheoriesTest

public static class TheoriesTest.AssumptionsFail
extends java.lang.Object


Field Summary
static int DATA
           
static org.hamcrest.Matcher<java.lang.Integer> MATCHER
           
 
Constructor Summary
TheoriesTest.AssumptionsFail()
           
 
Method Summary
 void nonZeroIntsAreFun(int x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA

public static int DATA

MATCHER

public static org.hamcrest.Matcher<java.lang.Integer> MATCHER
Constructor Detail

TheoriesTest.AssumptionsFail

public TheoriesTest.AssumptionsFail()
Method Detail

nonZeroIntsAreFun

public void nonZeroIntsAreFun(int x)