Module
ActiveSupport::Testing
In:
lib/active_support/testing/default.rb
lib/active_support/testing/setup_and_teardown.rb
lib/active_support/testing/deprecation.rb
lib/active_support/testing/declarative.rb
lib/active_support/testing/performance.rb
lib/active_support/testing/assertions.rb
Methods
full_test_name
included
run
run_profile
run_test
run_warmup
Classes and Modules
Module
ActiveSupport::Testing::Assertions
Module
ActiveSupport::Testing::Declarative
Module
ActiveSupport::Testing::Metrics
Module
ActiveSupport::Testing::Performance
Module
ActiveSupport::Testing::SetupAndTeardown
Class
ActiveSupport::Testing::Benchmarker
Class
ActiveSupport::Testing::Performer
Class
ActiveSupport::Testing::Profiler
Public Class methods
included
(base)
Public Instance methods
full_test_name
()
run
(result) {|self.class::STARTED, name| ...}
run_test
(metric, mode)
Protected Instance methods
run_profile
(metric)
run_warmup
()
[Validate]