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

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

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


Field Summary
static int ONE
           
 
Constructor Summary
TheoriesTest.HasATwoParameterTheory()
           
 
Method Summary
 void everythingIsZero(int x, int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ONE

public static int ONE
Constructor Detail

TheoriesTest.HasATwoParameterTheory

public TheoriesTest.HasATwoParameterTheory()
Method Detail

everythingIsZero

public void everythingIsZero(int x,
                             int y)