org.objectweb.jtests.jms.framework
Class TestConfig

java.lang.Object
  extended by org.objectweb.jtests.jms.framework.TestConfig

public class TestConfig
extends java.lang.Object

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@inrialpes.fr)

Field Summary
static long TIMEOUT
          timeout value used by receive method in the tests.
 
Constructor Summary
TestConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TIMEOUT

public static final long TIMEOUT
timeout value used by receive method in the tests. the value is specified in the config/test.properties file.

Constructor Detail

TestConfig

public TestConfig()


Copyright © 2011 JBoss, A division of Red Hat. All Rights Reserved.