Documentación GVHIDRA 3.1.5
Referencia de la Clase IgepDBTest

Métodos públicos

 testPreConexion ()
 testPostConexion ()
 testCaracteresNumericos ()
 testMascaraFechas ()
 testSupportedDBMS ()
 testEmpezarTransaccion ()
 testAcabarTransaccion ()
 testObtenerDBMS ()
 testCreaDBMS ()
 testObtenerLimit ()
 testObtenerSecuenciaBD ()
 testUnDiacritic ()

Métodos protegidos

 setUp ()
 tearDown ()

Descripción detallada

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.


Documentación de las funciones miembro

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 ( )
Tareas pendientes:
Implement 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 ( )
Tareas pendientes:
Implement 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 ( )
Tareas pendientes:
Implement 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 ( )
Tareas pendientes:
Implement 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 ( )
Tareas pendientes:
Implement 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 ( )
Tareas pendientes:
Implement 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 ( )
Tareas pendientes:
Implement 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 ( )
Tareas pendientes:
Implement 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 ( )
Tareas pendientes:
Implement 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 ( )
Tareas pendientes:
Implement 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.'
        );
    }

La documentación para esta clase fue generada a partir del siguiente fichero: