Uses of Class
things.testing.unit.ResultExpresser.expressionType

Packages that use ResultExpresser.expressionType
things.testing.unit   
 

Uses of ResultExpresser.expressionType in things.testing.unit
 

Methods in things.testing.unit that return ResultExpresser.expressionType
static ResultExpresser.expressionType ResultExpresser.expressionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResultExpresser.expressionType[] ResultExpresser.expressionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in things.testing.unit with parameters of type ResultExpresser.expressionType
 void ResultExpresserText.express(java.lang.String date, ResultExpresser.expressionType type, Result theResult, int index, java.lang.String name, java.lang.String message, int numberPass, int numberFail, int numberInconclusive, int numberException, int numberAbort, long time, long size, java.lang.String code, java.util.List<NV> values)
          Submit a full expression.
abstract  void ResultExpresser.express(java.lang.String date, ResultExpresser.expressionType type, Result theResult, int index, java.lang.String name, java.lang.String message, int numberPass, int numberFail, int numberInconclusive, int numberException, int numberAbort, long time, long size, java.lang.String code, java.util.List<NV> values)
          Submit a full expression.
 



Things.