public interface Testable
Modifier and Type | Method and Description |
---|---|
void |
test()
Run a test and throw an exception if it fails.
|
void |
train()
Train the test.
|
void test() throws IllegalActionException
IllegalActionException
- If the test fails.void train() throws IllegalActionException
IllegalActionException
- If training fails.