Package things.testing.unit

Class Summary
DeadGroup This is a dead test implementation.
DeadTest This is a dead test implementation.
ResultExpresser Interface for expressing test results.
ResultExpresserText An implementation for expressing test results.
Test UNIT testing tool.
TestAbortException UNIT test abort exception
TestCase A test case.
TestCommon Common tools.
group logger > date:GRP: :name:
test logger > date: :TEST:name:
group message > date:GRP:name
test message > date: :TEST:resu:name:PASS=#,FAIL=#,INCO=#,EXCP=#,ABRT=#
case message > date: : :CASE:resu:name:#:message
comment msg > date:COMMENT:
TestFailException UNIT test fail exception.
TestGroup UNIT testing tool.
 

Enum Summary
Result A generic result enumeration.
ResultExpresser.expressionType  
 

Exception Summary
TestLocalException UNIT test internal exception, meant to allow local fails.
 



Things.