Module: ForClassicTestUnit (ActiveSupport::Testing::SetupAndTeardown)

Overview
Module Structure
Constants
ForClassicTestUnit::PASSTHROUGH_EXCEPTIONS
Instance Methods
ForClassicTestUnit#run / 1
is a submodule of
module: SetupAndTeardown ( ActiveSupport::Testing )
has properties
constant: PASSTHROUGH_EXCEPTIONS   
method: run / 1   
is defined at
#38 in active_support/testing/setup_and_teardown.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
  module: Testing
  module: SetupAndTeardown
module: ForClassicTestUnit     

Constants

ForClassicTestUnit::PASSTHROUGH_EXCEPTIONS

#40 in active_support/testing/setup_and_teardown.rb

PASSTHROUGH_EXCEPTIONS = Test::Unit::TestCase::PASSTHROUGH_EXCEPTIONS rescue [NoMemoryError, SignalException, Interrupt, SystemExit]   

Instance Methods

ForClassicTestUnit#run / 1

#44 in active_support/testing/setup_and_teardown.rb

run ( result )