Parent

Methods

Class/Module Index [+]

Quicksearch

Mocha::Integration::MiniTest::AssertionCounter

Public Class Methods

new(test_case) click to toggle source
# File lib/mocha/integration/mini_test/assertion_counter.rb, line 9
def initialize(test_case)
  @test_case = test_case
end

Public Instance Methods

increment() click to toggle source
# File lib/mocha/integration/mini_test/assertion_counter.rb, line 13
def increment
  @test_case.assert(true)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.