Class: KnapsackPro::TestSuite::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/knapsack_pro/test_suite.rb

Instance Attribute Summary collapse

Instance Attribute Details

#quick?Object

Returns the value of attribute quick?

Returns:

  • (Object)

    the current value of quick?



5
6
7
# File 'lib/knapsack_pro/test_suite.rb', line 5

def quick?
  @quick?
end

#test_filesObject

Returns the value of attribute test_files

Returns:

  • (Object)

    the current value of test_files



5
6
7
# File 'lib/knapsack_pro/test_suite.rb', line 5

def test_files
  @test_files
end