/tools/Ruby/lib/ruby/1.8/test/unit/assertionfailederror.rb
http://github.com/agross/netopenspace · Ruby · 14 lines · 6 code · 2 blank · 6 comment · 0 complexity · 947a0fa1c9882a9bf30d1f5236cda059 MD5 · raw file
- #--
- #
- # 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