com.silverpeas.formsonline.model
Class FormsOnlineDAOJdbcTest

java.lang.Object
  extended by com.silverpeas.formsonline.model.FormsOnlineDAOJdbcTest

@ContextConfiguration(locations="/spring-formsonline-embbed-datasource.xml")
public class FormsOnlineDAOJdbcTest
extends Object

Author:
ebonnet

Constructor Summary
FormsOnlineDAOJdbcTest()
           
 
Method Summary
 void generalSetUp()
           
 void setUp()
           
static void setUpClass()
           
 void tearDown()
           
static void tearDownClass()
           
 void testCreateForm()
          Test of createForm method, of class FormsOnlineDAOJdbc.
 void testFindAllForms()
          Test of findAllForms method, of class FormsOnlineDAOJdbc.
 void testGetForm()
          Test of getForm method, of class FormsOnlineDAOJdbc.
 void testUpdateForm()
          Test of updateForm method, of class FormsOnlineDAOJdbc.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormsOnlineDAOJdbcTest

public FormsOnlineDAOJdbcTest()
Method Detail

generalSetUp

public void generalSetUp()
                  throws Exception
Throws:
Exception

setUpClass

public static void setUpClass()
                       throws Exception
Throws:
Exception

tearDownClass

public static void tearDownClass()
                          throws Exception
Throws:
Exception

setUp

public void setUp()

tearDown

public void tearDown()

testCreateForm

public void testCreateForm()
                    throws Exception
Test of createForm method, of class FormsOnlineDAOJdbc.

Throws:
Exception

testGetForm

public void testGetForm()
                 throws Exception
Test of getForm method, of class FormsOnlineDAOJdbc.

Throws:
Exception

testFindAllForms

public void testFindAllForms()
                      throws Exception
Test of findAllForms method, of class FormsOnlineDAOJdbc.

Throws:
Exception

testUpdateForm

public void testUpdateForm()
                    throws Exception
Test of updateForm method, of class FormsOnlineDAOJdbc.

Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.