Class: GreenPepper::SupersetOfExample

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) ⇒ SupersetOfExample

Returns a new instance of SupersetOfExample.



222
223
224
225
226
227
# File 'lib/greenpepper/example/collectionexample.rb', line 222

def initialize (fixture_name)
  super fixture_name,
    CollectionHandler::SUCCESS_HANDLER,
    CollectionHandler::IGNORE_HANDLER,
    CollectionHandler::SURPLUS_HANDLER
end