public interface RunnerScheduler
Modifier and Type | Method | Description |
---|---|---|
void |
finished() |
Override to implement any behavior that must occur
after all children have been scheduled (for example,
waiting for them all to finish)
|
void |
schedule(Runnable childStatement) |
Schedule a child statement to run
|
Copyright © 2002–2018 JUnit. All rights reserved.