Class: Test::Unit::TestCase

Inherits:
Object show all
Includes:
Wrong
Defined in:
lib/wrong/adapters/test_unit.rb

Constant Summary

Constants included from Wrong

Wrong::VERSION

Constants included from Wrong::Eventually

Wrong::Eventually::NO_BLOCK_PASSED

Instance Method Summary collapse

Methods included from Wrong

config, config=, load_config

Methods included from Wrong::Assert

#assert, #deny, #failure_message, #increment_assertion_count

Methods included from Wrong::D

#d

Methods included from Wrong::CloseTo

#close_to?

Methods included from Wrong::Eventually

#eventually

Methods included from Wrong::Capturing

#capturing

Methods included from Wrong::Rescuing

#rescuing

Instance Method Details

#failure_classObject



33
34
35
# File 'lib/wrong/adapters/test_unit.rb', line 33

def failure_class
  Test::Unit::AssertionFailedError
end