- Inheritance
Constants
| Name | Description | |
|---|---|---|
| PASSTHROUGH_EXCEPTIONS | = Test::Unit::TestCase::PASSTHROUGH_EXCEPTIONS rescue [NoMemoryError, SignalException, Interrupt, SystemExit] | For compatibility with Ruby < 1.8.6 |
Methods
Instance
| Visibility | Signature |
|---|---|
| public | run (result) {|Test::Unit::TestCase::STARTED, name| ...} |
Instance Method Detail
run(result) {|Test::Unit::TestCase::STARTED, name| ...}
This redefinition is unfortunate but test/unit shows us no alternative. Doubly unfortunate: hax to support Mocha‘s hax.