Class: Test::Unit::TestCase

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

Instance Method Summary collapse

Methods included from Wrong::Assert

#assert, #capturing, #deny, #failure_message, #rescuing

Instance Method Details

#failure_classObject



6
7
8
# File 'lib/wrong/adapters/test_unit.rb', line 6

def failure_class
  Test::Unit::AssertionFailedError
end