Module: Assertions (ActiveSupport::Testing)

Overview
Module Structure
Class Hierarchy
Instance Methods
Assertions#assert_difference / 4
Assertions#assert_no_difference / 3
Assertions#assert_blank / 1
Assertions#assert_present / 1
is a submodule of
module: Testing ( ActiveSupport )
is included by
class: TestCase ( ActiveSupport )
has properties
method: assert_difference / 4   
method: assert_no_difference / 3   
method: assert_blank / 1   
method: assert_present / 1   
is defined at
#3 in active_support/testing/assertions.rb  

Overview

Module Structure

  module: <Toplevel Module>
  module: ActiveSupport
  class: TestCase
  module: Testing
module: Assertions     

Class Hierarchy

Instance Methods

Assertions#assert_difference / 4

#34 in active_support/testing/assertions.rb

assert_difference ( expression ,
  difference = 1 ,
  message = nil ,
  &block )

Assertions#assert_no_difference / 3

#60 in active_support/testing/assertions.rb

assert_no_difference ( expression ,
  message = nil ,
  &block )

Assertions#assert_blank / 1

#67 in active_support/testing/assertions.rb

assert_blank ( object )

Assertions#assert_present / 1

#74 in active_support/testing/assertions.rb

assert_present ( object )