Class Test::Unit::Pending
In: lib/test/unit/pending.rb
Parent: Object

Methods

Included Modules

Util::BacktraceFilter

Constants

SINGLE_CHARACTER = 'P'
LABEL = "Pending"

Attributes

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

Public Class methods

Creates a new Pending 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 pending.

Overridden to return long_display.

[Validate]