Class: GreenPepper::SubsetOfExample

Inherits:
CollectionSetExample show all
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

#data, #headers_array

Attributes inherited from ExampleWithFixture

#fixture_arguments, #fixture_name, #headers

Instance Method Summary collapse

Methods inherited from CollectionSetExample

#do_execute_collection

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