public interface RunnerScheduler
Modifier and Type | Method and 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
|
void schedule(Runnable childStatement)
void finished()
Copyright © 2002–2024 JUnit. All rights reserved.