public class AssertionSupport
extends java.lang.Object
Compile-time Junit dependency is avoided so that a assertion enabled jaskell runtime can start up even when junit jar is not available at runtime.
Constructor and Description |
---|
AssertionSupport(Jaskell runtime)
To create an AssertionSupport object.
|
Modifier and Type | Method and Description |
---|---|
Jaskell |
getRuntime()
Get the Jaskell runtime with assertion functions.
|