org.virtualmock
Class Constants

java.lang.Object
  extended byorg.virtualmock.Constants

public class Constants
extends java.lang.Object

This class contains constants.

Version:
$Revision: 1.4 $
Author:
Chad Woolley

Field Summary
static int PLAYBACK_PHASE
          Constant representing the playback phase.
static int RECORD_PHASE
          Constant representing the record phase.
static int VERIFY_PHASE
          Constant representing the verify phase.
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RECORD_PHASE

public static final int RECORD_PHASE
Constant representing the record phase.

See Also:
Constant Field Values

PLAYBACK_PHASE

public static final int PLAYBACK_PHASE
Constant representing the playback phase.

See Also:
Constant Field Values

VERIFY_PHASE

public static final int VERIFY_PHASE
Constant representing the verify phase.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2003-2005 Virtual Mock. All Rights Reserved.