Class: GreenPepper::SubsetOfExample
- Inherits:
-
CollectionSetExample
- Object
- ExampleWithFixture
- CollectionExample
- CollectionSetExample
- GreenPepper::SubsetOfExample
- Defined in:
- lib/greenpepper/example/collectionexample.rb
Constant Summary
Constants inherited from CollectionExample
CollectionExample::FIRST_DATA_ROW
Constants inherited from ExampleWithFixture
ExampleWithFixture::EXAMPLE_NAME_COLUMN, ExampleWithFixture::EXAMPLE_NAME_ROW, ExampleWithFixture::FIRST_DATA_ROW, ExampleWithFixture::FIXTURE_NAME_COLUMN, ExampleWithFixture::FIXTURE_NAME_ROW, ExampleWithFixture::HEADER_ROW
Instance Attribute Summary
Attributes inherited from CollectionExample
Attributes inherited from ExampleWithFixture
#fixture_arguments, #fixture_name, #headers
Instance Method Summary collapse
-
#initialize(fixture_name) ⇒ SubsetOfExample
constructor
A new instance of SubsetOfExample.
Methods inherited from CollectionSetExample
Methods inherited from CollectionExample
#add_header, #add_headers, #add_row, #do_execute
Methods inherited from ExampleWithFixture
#add_fixture_argument, #execute
Constructor Details
#initialize(fixture_name) ⇒ SubsetOfExample
Returns a new instance of SubsetOfExample.
231 232 233 234 235 236 |
# File 'lib/greenpepper/example/collectionexample.rb', line 231 def initialize (fixture_name) super fixture_name, CollectionHandler::SUCCESS_HANDLER, CollectionHandler::MISSING_HANDLER, CollectionHandler::NO_OP_HANDLER end |