/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

  1. #--
  2. #
  3. # Author:: Nathaniel Talbott.
  4. # Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
  5. # License:: Ruby license.
  6. module Test
  7. module Unit
  8. # Thrown by Test::Unit::Assertions when an assertion fails.
  9. class AssertionFailedError < StandardError
  10. end
  11. end
  12. end