com.smg.persistwork.nucli
Class ManegadorEntitatMySqlTest

java.lang.Object
  extended by com.smg.persistwork.nucli.ManegadorEntitatMySqlTest

public class ManegadorEntitatMySqlTest
extends java.lang.Object


Constructor Summary
ManegadorEntitatMySqlTest()
           
 
Method Summary
 void testCerca()
           
 void testCercaFiltre()
           
 void testCercaFwkql()
           
 void testCercaSqlNativa()
           
 void testConsultaPerClau()
           
 void testEliminaBD()
           
 void testEsborra()
           
 void testFerCommit()
           
 void testFerRollBack()
           
 void testInicialitzaTransaccion()
           
 void testInserta()
           
 void testModifica()
           
 void testNuevoCreaBD()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManegadorEntitatMySqlTest

public ManegadorEntitatMySqlTest()
Method Detail

testNuevoCreaBD

public void testNuevoCreaBD()

testInserta

public void testInserta()

testInicialitzaTransaccion

public void testInicialitzaTransaccion()

testFerCommit

public void testFerCommit()

testFerRollBack

public void testFerRollBack()

testModifica

public void testModifica()

testEsborra

public void testEsborra()

testConsultaPerClau

public void testConsultaPerClau()

testCerca

public void testCerca()

testCercaFiltre

public void testCercaFiltre()

testCercaSqlNativa

public void testCercaSqlNativa()

testCercaFwkql

public void testCercaFwkql()

testEliminaBD

public void testEliminaBD()