FIT
[ class tree: FIT ] [ index: FIT ] [ all elements ]

Class: Testing_FIT_Fixture_Summary

Source Location: /Testing_FIT-0.2.2/Fixture/Summary.php

Class Overview

Testing_FIT_Fixture
   |
   --Testing_FIT_Fixture_Summary

FIT Fixture: Summary


Author(s):

Version:

  • 0.1.1

Methods


Inherited Variables

Inherited Methods

Class: Testing_FIT_Fixture

Testing_FIT_Fixture::__construct()
constructor
Testing_FIT_Fixture::camel()
CamelCaseString auxiliary function
Testing_FIT_Fixture::doCell()
process a single cell
Testing_FIT_Fixture::doCells()
process cells
Testing_FIT_Fixture::doRow()
iterate through cells
Testing_FIT_Fixture::doRows()
iterate through rows
Testing_FIT_Fixture::doTable()
iterate through table
Testing_FIT_Fixture::getType()
receive member variable's type specification
Testing_FIT_Fixture::loadFixture()
load a fixture by java-stylish name (dot-separated)
Testing_FIT_Fixture::_bind()
bind columns of table header to functions and properties
Testing_FIT_Fixture::_checkCell()
check a cell's actual against expected value

Class Details

[line 24]
FIT Fixture: Summary

Summery fixture summs up the results of the tables. Hence it is not a table holding test data but a place to put results.

  • Version: 0.1.1


[ Top ]


Method Detail

__construct (Constructor)   [line 86]

Testing_FIT_Fixture_Summary __construct( )

constructor

creates neede type-filter to validate cell-values

  • Access: public

Overrides Testing_FIT_Fixture::__construct() (constructor)
[ Top ]

doCells   [line 154]

boolean doCells( Testing_FIT_Node $node)

process cells

Generic processing of all upcoming cells. Actually, this method just iterates through them and mark the cells on summary dependency

  • Return: true on success
  • Access: public

Overrides Testing_FIT_Fixture::doCells() (process cells)

Parameters:

object   $node   — 

[ Top ]

doRows   [line 98]

boolean doRows( Testing_FIT_Node $node)

iterate through table

Overrides Testing_FIT_Fixture::doRows() (iterate through rows)

Parameters:

object   $node   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:09:48 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.