Sha256: 2bf9d57e950d82209aeb3cfdf4812d056b8d5b908c7b9333fe816ef31a63a2d0

Contents?: true

Size: 299 Bytes

Versions: 6

Compression:

Stored size: 299 Bytes

Contents

#--
#
# Author:: Nathaniel Talbott.
# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
# License:: Ruby license.

module Screw
  module Unit

    # Thrown by Screw::Unit::Assertions when an assertion fails.
    class AssertionFailedError < StandardError
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
treetop-1.1.2 test/screw/unit/assertion_failed_error.rb
treetop-1.0.2 test/screw/unit/assertion_failed_error.rb
treetop-1.1.0 test/screw/unit/assertion_failed_error.rb
treetop-1.0.1 test/screw/unit/assertion_failed_error.rb
treetop-1.0.0 test/screw/unit/assertion_failed_error.rb
treetop-1.1.1 test/screw/unit/assertion_failed_error.rb