Class: Minitest::Expectation
- Inherits:
-
Struct
- Object
- Struct
- Minitest::Expectation
- Includes:
- Expectations
- Defined in:
- lib/minitest/spec.rb,
lib/minitest/spec.rb
Overview
fucking hell rdoc…
Instance Attribute Summary collapse
-
#ctx ⇒ Object
Returns the value of attribute ctx.
-
#target ⇒ Object
Returns the value of attribute target.
Method Summary
Methods included from Expectations
#assert_empty, #assert_equal, #assert_in_delta, #assert_in_epsilon, #assert_includes, #assert_instance_of, #assert_kind_of, #assert_match, #assert_nil, #assert_operator, #assert_output, #assert_path_exists, #assert_pattern, #assert_raises, #assert_respond_to, #assert_same, #assert_silent, #assert_throws, #refute_empty, #refute_equal, #refute_in_delta, #refute_in_epsilon, #refute_includes, #refute_instance_of, #refute_kind_of, #refute_match, #refute_nil, #refute_operator, #refute_path_exists, #refute_pattern, #refute_respond_to, #refute_same
Instance Attribute Details
#ctx ⇒ Object
Returns the value of attribute ctx
31 32 33 |
# File 'lib/minitest/spec.rb', line 31 def ctx @ctx end |
#target ⇒ Object
Returns the value of attribute target
31 32 33 |
# File 'lib/minitest/spec.rb', line 31 def target @target end |