\JDatabaseExporterMysqliTest
Tests the JDatabaseExporterMysqli class.
Synopsis
class JDatabaseExporterMysqliTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected $dbo;
- // methods
- public void setup()
- public array callbackLoadObjectList()
- public string callbackQuoteName()
- public void callbackSetQuery()
- public void test__toString()
- public void testAsXml()
- public void testBuildXml()
- public void testBuildXmlStructure()
- public void testCheckWithNoDbo()
- public void testCheckWithNoTables()
- public void testCheckWithGoodInput()
- public void testFromWithBadInput()
- public void testFromWithGoodInput()
- public void testGetGenericTableName()
- public void testSetDboWithBadInput()
- public void testSetDboWithGoodInput()
- public void testWithStructure()
Hierarchy
Extends
Members
Methods
public
- callbackLoadObjectList() — Callback for the dbo loadObjectList method.
- callbackQuoteName() — Callback for the dbo quoteName method.
- callbackSetQuery() — Callback for the dbo setQuery method.
- setup() — Sets up the testing conditions
- testAsXml() — Tests the asXml method.
- testBuildXml() — Test the buildXML method.
- testBuildXmlStructure() — Tests the buildXmlStructure method.
- testCheckWithGoodInput() — Tests the check method.
- testCheckWithNoDbo() — Tests the check method.
- testCheckWithNoTables() — Tests the check method.
- testFromWithBadInput() — Tests the from method with bad input.
- testFromWithGoodInput() — Tests the from method with expected good inputs.
- testGetGenericTableName() — Tests the method getGenericTableName method.
- testSetDboWithBadInput() — Tests the setDbo method with the wrong type of class.
- testSetDboWithGoodInput() — Tests the setDbo method with the wrong type of class.
- testWithStructure() — Tests the withStructure method.
- test__toString() — Test the magic __toString method.