public class ExampleSystemJUnitTest extends java.lang.Object
| Constructor and Description |
|---|
ExampleSystemJUnitTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Run the test that creates the example system.
|
void |
run()
Create the example system and compare the value returned by the
toString() method to the known good results.
|
public ExampleSystemJUnitTest()
public void run() throws IllegalActionException, NameDuplicationException
IllegalActionException - If thrown while constructing
the example system.NameDuplicationException - If there is already an example system
in the default workspace.public static void main(java.lang.String[] args)
args - Not used.