Runs a Test::Unit::TestSuite on the console.
| Public Methods | |
|---|---|
| new | Creates a new TestRunner for running the passed suite. If quiet_mode is true, the output while running is limited to progress dots, errors and failures, and the final result. io specifies where runner output should go to; defaults to STDOUT. |
| start | Begins the test run. |
| Private Methods | |
|---|---|
| add_ |
|
| attach_ |
|
| create_ |
|
| finished | |
| nl | |
| output | |
| output? | |
| output_ |
|
| setup_ |
|
| start_ |
|
| started | |
| test_ |
|
| test_ |
|
<code/>and<pre/>for code samples.