Class: KnapsackPro::TestSuite::Result
- Inherits:
-
Struct
- Object
- Struct
- KnapsackPro::TestSuite::Result
- Defined in:
- lib/knapsack_pro/test_suite.rb
Instance Attribute Summary collapse
-
#quick? ⇒ Object
Returns the value of attribute quick?.
-
#test_files ⇒ Object
Returns the value of attribute test_files.
Instance Attribute Details
#quick? ⇒ Object
Returns the value of attribute quick?
5 6 7 |
# File 'lib/knapsack_pro/test_suite.rb', line 5
def quick?
@quick?
end
|
#test_files ⇒ Object
Returns the value of attribute test_files
5 6 7 |
# File 'lib/knapsack_pro/test_suite.rb', line 5 def test_files @test_files end |