Class: Fat::FixtureNameFixture
- Inherits:
-
Fit::ColumnFixture
- Object
- Fit::Fixture
- Fit::ColumnFixture
- Fat::FixtureNameFixture
- Defined in:
- lib/fat/fixture_name_fixture.rb
Constant Summary
Constants inherited from Fit::Fixture
Fit::Fixture::GRAY, Fit::Fixture::GREEN, Fit::Fixture::RED, Fit::Fixture::YELLOW
Instance Attribute Summary collapse
-
#table ⇒ Object
Returns the value of attribute table.
Attributes inherited from Fit::Fixture
#args, #counts, #listener, #summary
Instance Method Summary collapse
Methods inherited from Fit::ColumnFixture
#check, #do_cell, #do_row, #do_rows, #execute, #reset
Methods inherited from Fit::Fixture
camel, #check, #do_cell, #do_cells, #do_row, #do_rows, #do_table, #do_tables, escape, #exception, #find_class, #get_args_for_table, #get_linked_fixture_with_args, gray, #ignore, #info, #initialize, #interpret_following_tables, #interpret_tables, label, metadata, #parse, #right, #total_errors, #totals, #wrong
Constructor Details
This class inherits a constructor from Fit::Fixture
Instance Attribute Details
#table ⇒ Object
Returns the value of attribute table.
9 10 11 |
# File 'lib/fat/fixture_name_fixture.rb', line 9 def table @table end |
Instance Method Details
#error ⇒ Object
48 |
# File 'lib/fat/fixture_name_fixture.rb', line 48 def error; 'not implemented'; end |
#fixture_name ⇒ Object
10 11 12 13 |
# File 'lib/fat/fixture_name_fixture.rb', line 10 def fixture_name table_parse = generate_table_parse(@table) dump_tables generate_table_parse(@table) end |
#valid_fixture ⇒ Object
47 |
# File 'lib/fat/fixture_name_fixture.rb', line 47 def valid_fixture; 'not implemented'; end |