ch.elca.el4j.tests.env
Class EnvTest

java.lang.Object
  extended by ch.elca.el4j.tests.env.EnvTest

public class EnvTest
extends Object

This class test the environment support.

Author:
Andreas Bur (ABU)
File-location:
EnvTest
Last check-in date:
2009-08-04 14:25:40 +0200 (Di, 04. Aug 2009) by swismer for revision 3874

Field Summary
private  ApplicationContext m_appContext
          The application context.
private  ServletContainer m_container
          The container instance.
private static int MAX_PORT
          The highest transport protocol port number.
 
Constructor Summary
EnvTest()
          Default constructor.
 
Method Summary
 void testConformance()
          Checks whether the provided values are in the expected range.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_PORT

private static final int MAX_PORT
The highest transport protocol port number.

See Also:
Constant Field Values

m_appContext

private final ApplicationContext m_appContext
The application context.


m_container

private final ServletContainer m_container
The container instance.

Constructor Detail

EnvTest

public EnvTest()
Default constructor.

Method Detail

testConformance

public void testConformance()
Checks whether the provided values are in the expected range.



Copyright © 2005-2011 ELCA. All Rights Reserved.