Parent

Methods

Files

Mocha::Integration::TestUnit::AssertionCounter

Public Class Methods

new(test_result) click to toggle source
    # File lib/mocha/integration/test_unit/assertion_counter.rb, line 9
 9:         def initialize(test_result)
10:           @test_result = test_result
11:         end

Public Instance Methods

increment() click to toggle source
    # File lib/mocha/integration/test_unit/assertion_counter.rb, line 13
13:         def increment
14:           @test_result.add_assertion
15:         end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.