Class: Minitest::Suite::Registration

Inherits:
Struct
  • Object
show all
Defined in:
lib/minitest/suite.rb

Instance Attribute Summary collapse

Instance Attribute Details

#suiteObject

Returns the value of attribute suite

Returns:

  • (Object)

    the current value of suite



7
8
9
# File 'lib/minitest/suite.rb', line 7

def suite
  @suite
end

#testObject

Returns the value of attribute test

Returns:

  • (Object)

    the current value of test



7
8
9
# File 'lib/minitest/suite.rb', line 7

def test
  @test
end