Package jfun.jaskell.junit

Provides classes that support writing junit test cases in jaskell script.

See:
          Description

Class Summary
AssertionSupport This class adds assertion functions to a Jaskell runtime.
ComparisonAssertBean Bean class for any binary comparison based assert.
ConditionAssertBean Bean class any conditional assert.
JaskellTestSuite This class is a TestSuite implemented by a jaskell tuple.
JUnit This class adds assertion functions to a Jaskell runtime and also creates JUnit test suite from a jaskell junit script.
TupleMemberTest This class implements Test by evaluating a tuple member.
UnaryAssertBean Bean class for any unary assertion option.
 

Error Summary
WrappedAssertionFailure This class is designed to preserve the evaluation trace of jaskell interpretation for AssertionnFailedError.
 

Package jfun.jaskell.junit Description

Provides classes that support writing junit test cases in jaskell script.

Package Specification

The code is developed and tested under Java 1.4.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see README.txt: