Class: TestThat::TestRunner
- Inherits:
-
Object
- Object
- TestThat::TestRunner
- Defined in:
- lib/test_that/test_runner.rb
Defined Under Namespace
Classes: All, Empty, Error, Selected, VerboseSelected
Instance Attribute Summary collapse
-
#tester ⇒ Object
readonly
Returns the value of attribute tester.
Instance Method Summary collapse
-
#initialize(tester) ⇒ TestRunner
constructor
A new instance of TestRunner.
Constructor Details
#initialize(tester) ⇒ TestRunner
Returns a new instance of TestRunner.
62 63 64 |
# File 'lib/test_that/test_runner.rb', line 62 def initialize(tester) @tester = tester end |
Instance Attribute Details
#tester ⇒ Object (readonly)
Returns the value of attribute tester.
60 61 62 |
# File 'lib/test_that/test_runner.rb', line 60 def tester @tester end |