com.silverpeas.whitePages.service
Class WhitePagesServiceTest

java.lang.Object
  extended by com.silverpeas.whitePages.service.WhitePagesServiceTest

public class WhitePagesServiceTest
extends Object

Tests on the services provided by the WhitePagesService objects.


Constructor Summary
WhitePagesServiceTest()
           
 
Method Summary
 void loadTestContext()
           
 void testCreateSearchFields()
          Tests the creation of several fields belonging to an application instance.
 void testDeleteFields()
          Tests the deletion of the fields in a given instance.
 void testGetSearchFields()
          Tests the getting of the fields in a given application instance.
 void unloadTestContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhitePagesServiceTest

public WhitePagesServiceTest()
Method Detail

loadTestContext

public void loadTestContext()
                     throws Exception
Throws:
Exception

unloadTestContext

public void unloadTestContext()
                       throws Exception
Throws:
Exception

testCreateSearchFields

public void testCreateSearchFields()
                            throws Exception
Tests the creation of several fields belonging to an application instance.

Throws:
Exception

testGetSearchFields

public void testGetSearchFields()
                         throws Exception
Tests the getting of the fields in a given application instance.

Throws:
Exception

testDeleteFields

public void testDeleteFields()
                      throws Exception
Tests the deletion of the fields in a given instance.

Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.