Class: Minitest::Suite::Registration
- Inherits:
-
Struct
- Object
- Struct
- Minitest::Suite::Registration
- Defined in:
- lib/minitest/suite.rb
Instance Attribute Summary collapse
-
#suite ⇒ Object
Returns the value of attribute suite.
-
#test ⇒ Object
Returns the value of attribute test.
Instance Attribute Details
#suite ⇒ Object
Returns the value of attribute suite
7 8 9 |
# File 'lib/minitest/suite.rb', line 7 def suite @suite end |
#test ⇒ Object
Returns the value of attribute test
7 8 9 |
# File 'lib/minitest/suite.rb', line 7 def test @test end |