Class Test::Unit::Omission
In: lib/test/unit/omission.rb
Parent: Object

Methods

Included Modules

Util::BacktraceFilter

Constants

SINGLE_CHARACTER = 'O'
LABEL = "Omission"

Attributes

location  [R] 
message  [R] 
test_name  [R] 

Public Class methods

Creates a new Omission with the given location and message.

Public Instance methods

Returns a verbose version of the error description.

Returns a brief version of the error description.

Returns a single character representation of a omission.

Overridden to return long_display.

[Validate]