org.syrup.test |
Contains Unit Testing functionality to stress and correct Syrup.
|
Java Source File Name | Type | Comment |
NullInputStream.java | Class | An InputStream that hasn't got any input. |
NullOutputStream.java | Class | An OutputStream that sends it's output to void. |
PureFunctionsRun.java | Class | Takes a Workflow from stdin that should only contain pure Tasks and executes
the Workflow by multiple Workers. |