| Interface | Description |
|---|---|
| TestHook<T extends Event,C> |
| Class | Description |
|---|---|
| PrintHook<T extends Event> |
Test hook that simply prints the events it receives.
|
| TestDriver<T extends Event,C> |
Calls a hook based on a test suite
|
| UnidirectionalTestDriver<T extends Event,C> |
Test driver that executes events sequentially and ignores any
event sent back by the test hook.
|
Copyright © Sylvain HallĂ©. All Rights Reserved.