| Class | Description |
|---|---|
| LoopTest2 |
Name: LoopTest.java Purpose: The purpose of this actor is
prove that output from another actor can be input to this actor.
|
| RampNecessaryFiles |
Test out the fileDependencies Block in codegen.
|
| RecorderGeneral |
Record all input tokens for later querying.
|
| ReturnNonZero |
A class to print to stdout then exit with a non-zero value.
|
| SearchTest |
Name: SearchTest.java Purpose: The purpose of this actor is
to prove that we can use it's output as input for the Loop Actor
input : String "Search #Loop Number"
output : "No Data" or "Results Found"
|
| SleepFireTwice |
Call Sleep.fire() twice so as to illustrate a bug.
|
| TestOrderedMerge |
Test OrderedMerged by covering _getNextPort().
|