Module
Test::Unit::Fixture::ClassMethods
In:
lib/test/unit/fixture.rb
Methods
after_cleanup_callbacks
after_setup_callbacks
after_teardown_callbacks
before_cleanup_callbacks
before_setup_callbacks
before_teardown_callbacks
cleanup
register_cleanup_callback
register_setup_callback
register_teardown_callback
setup
teardown
unregister_cleanup
unregister_cleanup_callback
unregister_setup
unregister_setup_callback
unregister_teardown
unregister_teardown_callback
Public Instance methods
after_cleanup_callbacks
()
after_setup_callbacks
()
after_teardown_callbacks
()
before_cleanup_callbacks
()
before_setup_callbacks
()
before_teardown_callbacks
()
cleanup
(*method_names, &callback)
register_cleanup_callback
(method_name_or_callback, options)
register_setup_callback
(method_name_or_callback, options)
register_teardown_callback
(method_name_or_callback, options)
setup
(*method_names, &callback)
teardown
(*method_names, &callback)
unregister_cleanup
(*method_names_or_callbacks)
unregister_cleanup_callback
(method_name_or_callback)
unregister_setup
(*method_names_or_callbacks)
unregister_setup_callback
(method_name_or_callback)
unregister_teardown
(*method_names_or_callbacks)
unregister_teardown_callback
(method_name_or_callback)
[Validate]