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