| Constructor and description |
|---|
TestInMemoryConfig
() |
| Type | Name and description |
|---|---|
void |
assertionsDone() |
void |
sendSynchronously(java.lang.String commandName)for testing purposes, we may want to send commands synchronously such that we better know when to run asserts |
void |
syncPoint(int soManyRoundTrips)make sure we continue only after all previous commands have been executed |
needed since tests should run fully asynchronous but we have to wait at the end of the test
for testing purposes, we may want to send commands synchronously such that we better know when to run asserts
make sure we continue only after all previous commands have been executed
Groovy Documentation