Class: GreenPepper::SetOfExample

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

Returns a new instance of SetOfExample.



212
213
214
215
216
217
218
# File 'lib/greenpepper/example/collectionexample.rb', line 212

def initialize (fixture_name)
  super fixture_name,
    CollectionHandler::SUCCESS_HANDLER,
    CollectionHandler::MISSING_HANDLER,
    CollectionHandler::SURPLUS_HANDLER

end