ch.elca.el4j.tests.core.contextpassing
Class ContextPassingTest

java.lang.Object
  extended by ch.elca.el4j.tests.core.contextpassing.ContextPassingTest

public class ContextPassingTest
extends Object

This class tests the context passing classes.

Author:
Martin Zeltner (MZE)
File-location:
ContextPassingTest
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Constructor Summary
ContextPassingTest()
           
 
Method Summary
 void testDefaultImplicitContextPassingRegistryStandalone()
          This test uses the DefaultImplicitContextPassingRegistry without any registered passers.
 void testOneRegisteredPasserOnClientSideAndTwoOnServerSide()
          This test simulates implicit context passing with one registered passer on client and two on server side.
 void testTwoRegisteredPassersOnBothSides()
          This test simulates implicit context passing with two registered passers on server and client side.
 void testTwoRegisteredPassersOnClientSideAndOneOnServerSide()
          This test simulates implicit context passing with two registered passers on client and only one on server side.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextPassingTest

public ContextPassingTest()
Method Detail

testTwoRegisteredPassersOnBothSides

public void testTwoRegisteredPassersOnBothSides()
This test simulates implicit context passing with two registered passers on server and client side.


testTwoRegisteredPassersOnClientSideAndOneOnServerSide

public void testTwoRegisteredPassersOnClientSideAndOneOnServerSide()
This test simulates implicit context passing with two registered passers on client and only one on server side.


testOneRegisteredPasserOnClientSideAndTwoOnServerSide

public void testOneRegisteredPasserOnClientSideAndTwoOnServerSide()
This test simulates implicit context passing with one registered passer on client and two on server side.


testDefaultImplicitContextPassingRegistryStandalone

public void testDefaultImplicitContextPassingRegistryStandalone()
This test uses the DefaultImplicitContextPassingRegistry without any registered passers.



Copyright © 2005-2011 ELCA. All Rights Reserved.