Documentación GVHIDRA 3.1.5
Referencia de la Clase gvHidraListTest

Métodos públicos

 testConstruct ()
 testGetNombre ()
 testSetNombre ()
 testHayDependencia ()
 testGetArrayDependencia ()
 testSetDependencia ()
 testGetConsulta ()
 testSetConsulta ()
 testGetOrden ()
 testSetOrden ()
 testHayDSN ()
 testGetDSN ()
 testSetDSN ()
 testGetSeleccionado ()
 testSetSeleccionado ()
 testMarcarSeleccionado ()
 testAddOpcion ()
 test_procesarDefinicion ()
 testConstruyeLista ()

Métodos protegidos

 setUp ()
 tearDown ()

Atributos protegidos

 $staticList

Descripción detallada

Test class for gvHidraList. Generated by PHPUnit on 2007-09-27 at 08:15:22.

Definición en la línea 8 del archivo IgepListaTest.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 23 del archivo IgepListaTest.php.

                               {
                $this->staticList = new gvHidraList('staticList');
    }
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 33 del archivo IgepListaTest.php.

                                  {
    }
test_procesarDefinicion ( )
Tareas pendientes:
Implement test_procesarDefinicion().

Definición en la línea 214 del archivo IgepListaTest.php.

                                              {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testAddOpcion ( )
Tareas pendientes:
Implement testAddOpcion().

Definición en la línea 200 del archivo IgepListaTest.php.

                                    {
        
        //Add option to list
        $value = 'val';
        $description = 'des';
        $this->staticList->addOpcion($value,$description);
        $resList = $this->staticList->construyeLista();
        $expectedList = array(array("valor"=>$value, "descripcion"=>$description));
        $this->assertEquals($resList['lista'],$expectedList,'no aade la opcion de las listas');
    }
testConstruct ( )

test que valida el constructor de la clase

Definición en la línea 40 del archivo IgepListaTest.php.

                                    {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testConstruyeLista ( )
Tareas pendientes:
Implement testConstruyeLista().

Definición en la línea 224 del archivo IgepListaTest.php.

                                         {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testGetArrayDependencia ( )
Tareas pendientes:
Implement testGetArrayDependencia().

Definición en la línea 80 del archivo IgepListaTest.php.

                                              {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testGetConsulta ( )
Tareas pendientes:
Implement testGetConsulta().

Definición en la línea 100 del archivo IgepListaTest.php.

                                      {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testGetDSN ( )
Tareas pendientes:
Implement testGetDSN().

Definición en la línea 150 del archivo IgepListaTest.php.

                                 {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testGetNombre ( )
Tareas pendientes:
Implement testGetNombre().

Definición en la línea 50 del archivo IgepListaTest.php.

                                    {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testGetOrden ( )
Tareas pendientes:
Implement testGetOrden().

Definición en la línea 120 del archivo IgepListaTest.php.

                                   {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testGetSeleccionado ( )
Tareas pendientes:
Implement testGetSeleccionado().

Definición en la línea 170 del archivo IgepListaTest.php.

                                          {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testHayDependencia ( )
Tareas pendientes:
Implement testHayDependencia().

Definición en la línea 70 del archivo IgepListaTest.php.

                                         {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testHayDSN ( )
Tareas pendientes:
Implement testHayDSN().

Definición en la línea 140 del archivo IgepListaTest.php.

                                 {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testMarcarSeleccionado ( )
Tareas pendientes:
Implement testMarcarSeleccionado().

Definición en la línea 190 del archivo IgepListaTest.php.

                                             {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testSetConsulta ( )
Tareas pendientes:
Implement testSetConsulta().

Definición en la línea 110 del archivo IgepListaTest.php.

                                      {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testSetDependencia ( )
Tareas pendientes:
Implement testSetDependencia().

Definición en la línea 90 del archivo IgepListaTest.php.

                                         {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testSetDSN ( )
Tareas pendientes:
Implement testSetDSN().

Definición en la línea 160 del archivo IgepListaTest.php.

                                 {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testSetNombre ( )
Tareas pendientes:
Implement testSetNombre().

Definición en la línea 60 del archivo IgepListaTest.php.

                                    {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testSetOrden ( )
Tareas pendientes:
Implement testSetOrden().

Definición en la línea 130 del archivo IgepListaTest.php.

                                   {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }
testSetSeleccionado ( )
Tareas pendientes:
Implement testSetSeleccionado().

Definición en la línea 180 del archivo IgepListaTest.php.

                                          {
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete(
          'This test has not been implemented yet.'
        );
    }

Documentación de los campos

$staticList [protected]

Definición en la línea 15 del archivo IgepListaTest.php.


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