com.asdf.test
Class TestConstants

java.lang.Object
  extended by com.asdf.test.TestConstants

public class TestConstants
extends java.lang.Object

TestConstants Common constants used in testing.


Field Summary
static int FREEZE_THRESHOLD
          Amount of milliseconds of waiting after thread is considered to be stuck.
static int TESTCASE_TIMEOUT
          Maximum amount of milliseconds one test case may last.
 
Constructor Summary
TestConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FREEZE_THRESHOLD

public static final int FREEZE_THRESHOLD
Amount of milliseconds of waiting after thread is considered to be stuck. (3 seconds)

See Also:
Constant Field Values

TESTCASE_TIMEOUT

public static final int TESTCASE_TIMEOUT
Maximum amount of milliseconds one test case may last. (10 seconds)

See Also:
Constant Field Values
Constructor Detail

TestConstants

public TestConstants()