Module
Test::Unit::Fixture::ClassMethods
In:
lib/test/unit/fixture.rb
Methods
after_setup_methods
after_teardown_methods
before_setup_methods
before_teardown_methods
register_setup_method
register_teardown_method
setup
teardown
unregister_setup
unregister_setup_method
unregister_teardown
unregister_teardown_method
Public Instance methods
after_setup_methods
()
after_teardown_methods
()
before_setup_methods
()
before_teardown_methods
()
register_setup_method
(method_name, options)
register_teardown_method
(method_name, options)
setup
(*method_names)
teardown
(*method_names)
unregister_setup
(*method_names)
unregister_setup_method
(method_name)
unregister_teardown
(*method_names)
unregister_teardown_method
(method_name)
[Validate]