|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.jaskell.junit.AssertionSupport
public class AssertionSupport
This class adds assertion functions to a Jaskell runtime.
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 Summary | |
|---|---|
AssertionSupport(Jaskell runtime)
To create an AssertionSupport object. |
|
| Method Summary | |
|---|---|
Jaskell |
getRuntime()
Get the Jaskell runtime with assertion functions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssertionSupport(Jaskell runtime)
runtime - the baseline runtime to add assertion support onto.| Method Detail |
|---|
public Jaskell getRuntime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||