Parent

Files

Class/Module Index [+]

Quicksearch

Test::Unit::UI::TestRunner

Public Class Methods

new(suite, options={}) click to toggle source
# File lib/test/unit/ui/testrunner.rb, line 9
def initialize(suite, options={})
  if suite.respond_to?(:suite)
    @suite = suite.suite
  else
    @suite = suite
  end
  @options = options
end

Public Instance Methods

diff_target_string?(string) click to toggle source
# File lib/test/unit/ui/testrunner.rb, line 18
def diff_target_string?(string)
  Assertions::AssertionMessage.diff_target_string?(string)
end
prepare_for_diff(from, to) click to toggle source
# File lib/test/unit/ui/testrunner.rb, line 22
def prepare_for_diff(from, to)
  Assertions::AssertionMessage.prepare_for_diff(from, to)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.