See: Description
| Class | Description |
|---|---|
| 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 | Description |
|---|---|
| WrappedAssertionFailure |
This class is designed to preserve the evaluation trace of jaskell interpretation
for AssertionnFailedError.
|