source: extensions/gsdl-video/trunk/installed/cmdline/lib/ruby/1.8/test/unit/assertionfailederror.rb@ 18425

Last change on this file since 18425 was 18425, checked in by davidb, 15 years ago

Video extension to Greenstone

File size: 297 bytes
Line 
1#--
2#
3# Author:: Nathaniel Talbott.
4# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
5# License:: Ruby license.
6
7module Test
8 module Unit
9
10 # Thrown by Test::Unit::Assertions when an assertion fails.
11 class AssertionFailedError < StandardError
12 end
13 end
14end
Note: See TracBrowser for help on using the repository browser.