Module Apotomo::TestCase::TestMethods
In: lib/apotomo/test_case.rb

Generic test methods to be used in Test::Unit, RSpec, etc.

Methods

Included Modules

Cell::TestCase::CommonTestMethods

Classes and Modules

Module Apotomo::TestCase::TestMethods::ClassMethods

Attributes

view_assigns  [R] 

Public Instance methods

Renders the widget name.

Returns the widget tree from TestCase.has_widgets.

Triggers an event of type. You have to pass the source as second options.

Example:

  trigger :submit, :comments

[Validate]