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

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

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


Field Summary
static java.lang.String A
           
static java.lang.String NULL
           
 
Constructor Summary
TheoriesTest.ShouldFilterNull()
           
 
Method Summary
 void allStringsAreNonNull(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static java.lang.String NULL

A

public static java.lang.String A
Constructor Detail

TheoriesTest.ShouldFilterNull

public TheoriesTest.ShouldFilterNull()
Method Detail

allStringsAreNonNull

public void allStringsAreNonNull(java.lang.String s)