Class: Sapphire::Testing::Reporter

Inherits:
Object
  • Object
show all
Defined in:
lib/sapphire/Testing/Reporter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#broken_countObject (readonly)

Returns the value of attribute broken_count.



9
10
11
# File 'lib/sapphire/Testing/Reporter.rb', line 9

def broken_count
  @broken_count
end

#failing_countObject (readonly)

Returns the value of attribute failing_count.



7
8
9
# File 'lib/sapphire/Testing/Reporter.rb', line 7

def failing_count
  @failing_count
end

#passing_countObject (readonly)

Returns the value of attribute passing_count.



6
7
8
# File 'lib/sapphire/Testing/Reporter.rb', line 6

def passing_count
  @passing_count
end

#pending_countObject (readonly)

Returns the value of attribute pending_count.



8
9
10
# File 'lib/sapphire/Testing/Reporter.rb', line 8

def pending_count
  @pending_count
end

#test_countObject (readonly)

Returns the value of attribute test_count.



5
6
7
# File 'lib/sapphire/Testing/Reporter.rb', line 5

def test_count
  @test_count
end

#timeObject (readonly)

Returns the value of attribute time.



10
11
12
# File 'lib/sapphire/Testing/Reporter.rb', line 10

def time
  @time
end