- Inheritance
- < Object
- Included Modules
- Util::Observable
Constants
| Name | Description | |
|---|---|---|
| FINISHED | = name + "::FINISHED" | |
| RESET | = name + "::RESET" | |
| STARTED | = name + "::STARTED" |
Methods
Class
| Visibility | Signature |
|---|---|
| public | new (suite) |
Instance
| Visibility | Signature |
|---|---|
| public | run_suite () |
Class Method Detail
new(suite)
Creates a new TestRunnerMediator initialized to run the passed suite.
Instance Method Detail
run_suite()
Runs the suite the TestRunnerMediator was created with.