![]() |
Documentación GVHIDRA 3.1.5
|
Métodos públicos | |
testPreConexion () | |
testPostConexion () | |
testCaracteresNumericos () | |
testMascaraFechas () | |
testSupportedDBMS () | |
testEmpezarTransaccion () | |
testAcabarTransaccion () | |
testObtenerDBMS () | |
testCreaDBMS () | |
testObtenerLimit () | |
testObtenerSecuenciaBD () | |
testUnDiacritic () | |
Métodos protegidos | |
setUp () | |
tearDown () |
Test class for IgepDB. Generated by PHPUnit on 2008-02-11 at 13:00:18.
Definición en la línea 8 del archivo IgepDBTest.php.
setUp | ( | ) | [protected] |
Sets up the fixture, for example, opens a network connection. This method is called before a test is executed.
protected
Definición en la línea 16 del archivo IgepDBTest.php.
{ }
tearDown | ( | ) | [protected] |
Tears down the fixture, for example, closes a network connection. This method is called after a test is executed.
protected
Definición en la línea 25 del archivo IgepDBTest.php.
{ }
testAcabarTransaccion | ( | ) |
Definición en la línea 92 del archivo IgepDBTest.php.
{ // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); }
testCaracteresNumericos | ( | ) |
Definición en la línea 51 del archivo IgepDBTest.php.
{ // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); }
testCreaDBMS | ( | ) |
Definición en la línea 118 del archivo IgepDBTest.php.
{ // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); }
testEmpezarTransaccion | ( | ) |
Definición en la línea 82 del archivo IgepDBTest.php.
{ // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); }
testMascaraFechas | ( | ) |
Definición en la línea 61 del archivo IgepDBTest.php.
{ // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); }
testObtenerDBMS | ( | ) |
Definición en la línea 102 del archivo IgepDBTest.php.
{ $dbs = IgepDB::supportedDBMS(); foreach($dbs as $db) IgepDB::obtenerDBMS(array('phptype'=>$db)); try { IgepDB::obtenerDBMS(array('phptype'=>'noexistente')); } catch (Exception $expected) { return; } $this->fail('con dbms invalido'); }
testObtenerLimit | ( | ) |
Definición en la línea 128 del archivo IgepDBTest.php.
{ // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); }
testObtenerSecuenciaBD | ( | ) |
Definición en la línea 138 del archivo IgepDBTest.php.
{ // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); }
testPostConexion | ( | ) |
Definición en la línea 41 del archivo IgepDBTest.php.
{ // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); }
testPreConexion | ( | ) |
Definición en la línea 31 del archivo IgepDBTest.php.
{ // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); }
testSupportedDBMS | ( | ) |
Definición en la línea 71 del archivo IgepDBTest.php.
{ $dbs = IgepDB::supportedDBMS(); $this->assertInternalType('array', $dbs); $this->assertTrue(count($dbs) > 0,'lista de dbms soportados vacia'); foreach ($dbs as $db) $this->assertTrue(!empty($db),'entrada vacia'); }
testUnDiacritic | ( | ) |
Definición en la línea 148 del archivo IgepDBTest.php.
{ // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); }