Class
Test::Unit::Assertions::AssertionMessage
In:
lib/test/unit/assertions.rb
Parent:
Object
Methods
add_period
convert
convert
delayed_diff
delayed_literal
diff_target_string?
ensure_diffable_string
literal
max_diff_target_string_size
max_diff_target_string_size=
maybe_container
new
prepare_for_diff
template
to_s
Included Modules
Util::BacktraceFilter
Classes and Modules
Class
Test::Unit::Assertions::AssertionMessage::ArrayInspector
Class
Test::Unit::Assertions::AssertionMessage::DelayedLiteral
Class
Test::Unit::Assertions::AssertionMessage::HashInspector
Class
Test::Unit::Assertions::AssertionMessage::Inspector
Class
Test::Unit::Assertions::AssertionMessage::Literal
Class
Test::Unit::Assertions::AssertionMessage::MaybeContainer
Class
Test::Unit::Assertions::AssertionMessage::NumericInspector
Class
Test::Unit::Assertions::AssertionMessage::Template
Constants
MAX_DIFF_TARGET_STRING_SIZE
=
1000
Attributes
use_pp
[RW]
Public Class methods
convert
(object)
delayed_diff
(from, to)
delayed_literal
(&block)
diff_target_string?
(string)
ensure_diffable_string
(string)
literal
(value)
max_diff_target_string_size
()
max_diff_target_string_size=
(size)
maybe_container
(value, &formatter)
new
(head, template_string, parameters)
prepare_for_diff
(from, to)
Public Instance methods
add_period
(string)
convert
(object)
template
()
to_s
()
[Validate]