Class: Test::Unit::TestCase
- Inherits:
-
Mini::Test::TestCase
- Object
- Mini::Test::TestCase
- Test::Unit::TestCase
- Defined in:
- lib/test/unit/testcase.rb
Instance Attribute Summary
Attributes inherited from Mini::Test::TestCase
Class Method Summary collapse
-
.test_order ⇒ Object
2009-06-01.
Methods inherited from Mini::Test::TestCase
inherited, #initialize, reset, #run, #setup, #teardown, test_methods, test_suites
Methods included from Mini::Assertions
#_assertions, #_assertions=, #assert, #assert_block, #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_raises, #assert_respond_to, #assert_same, #assert_throws, #capture_io, #exception_details, #fail, #message, #mu_pp, #pass, #refute, #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_respond_to, #refute_same
Constructor Details
This class inherits a constructor from Mini::Test::TestCase
Class Method Details
.test_order ⇒ Object
2009-06-01
19 20 21 |
# File 'lib/test/unit/testcase.rb', line 19 def self.test_order # 2009-06-01 :sorted end |