Class: Syskit::GUI::Testing::Stats

Inherits:
Struct
  • Object
show all
Defined in:
lib/syskit/gui/testing.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assertions_countObject

Returns the value of attribute assertions_count

Returns:

  • (Object)

    the current value of assertions_count



285
286
287
# File 'lib/syskit/gui/testing.rb', line 285

def assertions_count
  @assertions_count
end

#executed_countObject

Returns the value of attribute executed_count

Returns:

  • (Object)

    the current value of executed_count



285
286
287
# File 'lib/syskit/gui/testing.rb', line 285

def executed_count
  @executed_count
end

#executed_test_countObject

Returns the value of attribute executed_test_count

Returns:

  • (Object)

    the current value of executed_test_count



285
286
287
# File 'lib/syskit/gui/testing.rb', line 285

def executed_test_count
  @executed_test_count
end

#failure_countObject

Returns the value of attribute failure_count

Returns:

  • (Object)

    the current value of failure_count



285
286
287
# File 'lib/syskit/gui/testing.rb', line 285

def failure_count
  @failure_count
end

#run_countObject

Returns the value of attribute run_count

Returns:

  • (Object)

    the current value of run_count



285
286
287
# File 'lib/syskit/gui/testing.rb', line 285

def run_count
  @run_count
end

#skip_countObject

Returns the value of attribute skip_count

Returns:

  • (Object)

    the current value of skip_count



285
286
287
# File 'lib/syskit/gui/testing.rb', line 285

def skip_count
  @skip_count
end

#test_countObject

Returns the value of attribute test_count

Returns:

  • (Object)

    the current value of test_count



285
286
287
# File 'lib/syskit/gui/testing.rb', line 285

def test_count
  @test_count
end