PATH:
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
1.8
/
test
/
unit
#-- # # Author:: Nathaniel Talbott. # Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved. # License:: Ruby license. module Test module Unit # Thrown by Test::Unit::Assertions when an assertion fails. class AssertionFailedError < StandardError end end end
[-] error.rb
[edit]
[+]
util
[-] testresult.rb
[edit]
[+]
ui
[-] collector.rb
[edit]
[+]
..
[-] assertions.rb
[edit]
[-] assertionfailederror.rb
[edit]
[-] failure.rb
[edit]
[-] autorunner.rb
[edit]
[-] testsuite.rb
[edit]
[+]
collector
[-] testcase.rb
[edit]