\JGridTest
Test class for JGrid.
Synopsis
class JGridTest
extends PHPUnit_Framework_TestCase
{
- // methods
- public void test__construct()
- public void test__toString()
- public void testSetTableOptions()
- public void testGetTableOptions()
- public void testAddColumn()
- public void testGetColumns()
- public void testDeleteColumn()
- public void testSetColumns()
- public void testAddRow()
- public void testGetRowOptions()
- public void testSetRowOptions()
- public void testSetActiveRow()
- public void testGetActiveRow()
- public void testSetRowCell()
- public void testGetRow()
- public void testGetRows()
- public void testDeleteRow()
- public void testToString()
- public void testRenderArea()
- public void testRenderAttributes()
Hierarchy
Extends
Methods
public
- testAddColumn() — Test for JGrid::addColumn method.
- testAddRow() — Test for JGrid::addRow method.
- testDeleteColumn() — Test for JGrid::deleteColumn method.
- testDeleteRow() — Test for JGrid::deleteRow method.
- testGetActiveRow() — Test for JGrid::getActiveRow method.
- testGetColumns() — Test for JGrid::getColumns method.
- testGetRow() — Test for JGrid::getRow method.
- testGetRowOptions() — Test for JGrid::getRowOptions method.
- testGetRows() — Test for JGrid::getRows method.
- testGetTableOptions() — Test for JGrid::getTableOptions method.
- testRenderArea() — Test for JGrid::renderArea method.
- testRenderAttributes() — Test for JGrid::renderAttributes method.
- testSetActiveRow() — Test for JGrid::setActiveRow method.
- testSetColumns() — Test for JGrid::setColumns method.
- testSetRowCell() — Test for JGrid::addRowCell method.
- testSetRowOptions() — Test for JGrid::setRowOptions method.
- testSetTableOptions() — Test for JGrid::setTableOptions method.
- testToString() — Test for JGrid::toString method.
- test__construct() — Test for JGrid::__construct method.
- test__toString() — Test for JGrid::__toString method.