![]() |
Documentación GVHIDRA 3.1.5
|
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 |
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.
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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 | ( | ) |
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.' ); }
$staticList [protected] |
Definición en la línea 15 del archivo IgepListaTest.php.