com.silverpeas.kmelia.repository
Class TopicSearchRepositoryTest

java.lang.Object
  extended by com.silverpeas.kmelia.repository.TopicSearchRepositoryTest

@ContextConfiguration(locations={"/spring-kmelia-search.xml","/spring-kmelia-search-embbed-datasource.xml"})
@TransactionConfiguration(transactionManager="jpaTransactionManager")
public class TopicSearchRepositoryTest
extends Object

Author:
ebonnet

Constructor Summary
TopicSearchRepositoryTest()
           
 
Method Summary
 void generalSetUp()
           
 void setUp()
           
static void setUpClass()
           
 void tearDown()
           
static void tearDownClass()
           
 void testFindAll()
          Test retrieve element from database
 void testFindByInstanceId()
           
 void testSave()
          Test put TopicSearch inside repository.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicSearchRepositoryTest

public TopicSearchRepositoryTest()
Method Detail

setUpClass

public static void setUpClass()
                       throws Exception
Throws:
Exception

tearDownClass

public static void tearDownClass()
                          throws Exception
Throws:
Exception

generalSetUp

public void generalSetUp()
                  throws Exception
Throws:
Exception

setUp

public void setUp()

tearDown

public void tearDown()

testSave

public void testSave()
Test put TopicSearch inside repository.


testFindAll

public void testFindAll()
Test retrieve element from database


testFindByInstanceId

public void testFindByInstanceId()


Copyright © 2016 Silverpeas. All Rights Reserved.