Uses of Class
things.testing.unit.ResultExpresser

Packages that use ResultExpresser
things.testing.unit   
 

Uses of ResultExpresser in things.testing.unit
 

Subclasses of ResultExpresser in things.testing.unit
 class ResultExpresserText
          An implementation for expressing test results.
 

Methods in things.testing.unit with parameters of type ResultExpresser
 void TestGroup.prepare(java.lang.String runnerNaming, java.lang.String givenName, ResultExpresser expresserIn, StringPoster logIn, ThingsPropertyView view, int inDepth)
          Init this group
 void Test.prepare(java.lang.String runnerNaming, java.lang.String givenName, ResultExpresser expresserIn, StringPoster log, ThingsPropertyView view, int inDepth)
          Prepare for the test.
 



Things.