ossj.common.tck
Class TestProps

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by ossj.common.tck.SafeProperties
                  extended by ossj.common.tck.TestProps
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class TestProps
extends SafeProperties

Test propery names

Version:
See Also:
Serialized Form

Field Summary
static String MAX_BULK_ELEMENTS
          (required property) property name of the max no of elements per bulk operation
static String NOOFRUNS
          (required property) property name of the number of runs per value object
static String SEQUENCES
          (required property) property name of the no of complete sequence runs
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
TestProps(String propFilename)
          creates a new TestProps instance
 
Method Summary
 
Methods inherited from class ossj.common.tck.SafeProperties
containsAllKeys
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NOOFRUNS

public static final String NOOFRUNS
(required property) property name of the number of runs per value object

See Also:
Constant Field Values

SEQUENCES

public static final String SEQUENCES
(required property) property name of the no of complete sequence runs

See Also:
Constant Field Values

MAX_BULK_ELEMENTS

public static final String MAX_BULK_ELEMENTS
(required property) property name of the max no of elements per bulk operation

See Also:
Constant Field Values
Constructor Detail

TestProps

public TestProps(String propFilename)
          throws IOException,
                 IllegalArgumentException
creates a new TestProps instance

Parameters:
propFilename - The file containing the properties
Throws:
IOException - If the file cannot be read
IllegalArgumentException - If not all required properties are present


Copyright 2002-2006 The Members of the OSS through Java(TM) Initiative. All rights reserved. Use is subject to license terms.