markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetPreScript(). */ public function testGetPreScript() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testAddPostScript(). */ public function testAddPostScript() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetPostScript(). */ public function testGetPostScript() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testAddScriptLoad(). */ public function testAddScriptLoad() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetScriptLoad(). */ public function testGetScriptLoad() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement test_validaEvento(). */ public function test_validaEvento() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testAddAccionEvento(). */ public function testAddAccionEvento() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement test_getAccion(). */ public function test_getAccion() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetAcciones(). */ public function testGetAcciones() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testEscapeIGEP(). */ public function testEscapeIGEP() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testDesescapeIGEP(). */ public function testDesescapeIGEP() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetJsLista(). */ public function testGetJsLista() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetJsMensaje(). */ public function testGetJsMensaje() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetJsSetCampoTexto(). */ public function testGetJsSetCampoTexto() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetJsSetVisible(). */ public function testGetJsSetVisible() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetJsSetEnable(). */ public function testGetJsSetEnable() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetJsChecksMarcados(). */ public function testGetJsChecksMarcados() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetJsSetEstadoModificado(). */ public function testGetJsSetEstadoModificado() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetJsLanzarFocusChanged(). */ public function testGetJsLanzarFocusChanged() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetJsFijarFichaActiva(). */ public function testGetJsFijarFichaActiva() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetJsSetBttlEnable(). */ public function testGetJsSetBttlEnable() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetJsNuevo(). */ public function testGetJsNuevo() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } /** * @todo Implement testGetJsOpenWindow(). */ public function testGetJsOpenWindow() { // Remove the following line when you implement this test. $this->markTestIncomplete( "This test has not been implemented yet." ); } } // Call IgepSmartyTest::main() if this source file is executed directly. if (PHPUnit_MAIN_METHOD == "IgepSmartyTest::main") { IgepSmartyTest::main(); } ?>