ossj.common.tck
Class TestProps
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
java.util.Properties
ossj.common.tck.SafeProperties
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 |
Constructor Summary |
TestProps(String propFilename)
creates a new TestProps instance |
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 |
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
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.