Class TestConfig
java.lang.Object
org.objectweb.jtests.jms.framework.TestConfig
Class used to provide configurable options in a convenient way
- Version:
- $Id: TestConfig.java,v 1.2 2007/06/14 18:39:51 csuconic Exp $
- Author:
- Jeff Mesnil (jmesnil@gmail.com)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longtimeout value used byreceivemethod in the tests. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TIMEOUT
public static final long TIMEOUTtimeout value used byreceivemethod in the tests. the value is specified in theconfig/test.propertiesfile.
-
-
Constructor Details
-
TestConfig
public TestConfig()
-