Uses of Class
suramadu.util.exec.PropertyValidationException

Packages that use PropertyValidationException
suramadu.tests   
suramadu.tests.jitter   
suramadu.tests.latency   
suramadu.tests.memory   
suramadu.tests.memory.footprint   
suramadu.tests.throughput   
suramadu.util.exec   
 

Uses of PropertyValidationException in suramadu.tests
 

Methods in suramadu.tests that throw PropertyValidationException
static java.util.Iterator SuramaduTestStub.TestProps.factory(java.lang.Class aClass)
           
 

Constructors in suramadu.tests that throw PropertyValidationException
SuramaduTestStub.TestProps()
           
SuramaduTestStub.TestProps(java.lang.Class aClass)
           
 

Uses of PropertyValidationException in suramadu.tests.jitter
 

Methods in suramadu.tests.jitter that throw PropertyValidationException
static java.util.Iterator Jitter.TestProps.factory(java.lang.Class aClass)
           
 

Constructors in suramadu.tests.jitter that throw PropertyValidationException
Jitter.TestProps()
           
Jitter.TestProps(java.lang.Class aClass)
           
 

Uses of PropertyValidationException in suramadu.tests.latency
 

Methods in suramadu.tests.latency that throw PropertyValidationException
static java.util.Iterator AsynchronousEvent.TestProps.factory(java.lang.Class aClass)
           
static java.util.Iterator ClassLoading.TestProps.factory(java.lang.Class aClass)
           
static java.util.Iterator ContextSwitch.TestProps.factory(java.lang.Class aClass)
           
static java.util.Iterator CostOverrun.TestProps.factory(java.lang.Class aClass)
           
static java.util.Iterator InterruptLatency.TestProps.factory(java.lang.Class aClass)
           
static java.util.Iterator JNIOverhead.TestProps.factory(java.lang.Class aClass)
           
static java.util.Iterator MissedDeadline.TestProps.factory(java.lang.Class aClass)
           
static java.util.Iterator PriorityInheritance.TestProps.factory(java.lang.Class aClass)
           
static java.util.Iterator Synchronization.TestProps.factory(java.lang.Class aClass)
           
static java.util.Iterator WaitFreeWrite.TestProps.factory(java.lang.Class aClass)
           
 

Constructors in suramadu.tests.latency that throw PropertyValidationException
AsynchronousEvent.TestProps()
           
AsynchronousEvent.TestProps(java.lang.Class aClass)
           
ClassLoading.TestProps()
           
ClassLoading.TestProps(java.lang.Class aClass)
           
ContextSwitch.TestProps()
           
ContextSwitch.TestProps(java.lang.Class aClass)
           
CostOverrun.TestProps()
           
CostOverrun.TestProps(java.lang.Class aClass)
           
InterruptLatency.TestProps()
           
InterruptLatency.TestProps(java.lang.Class aClass)
           
JNIOverhead.TestProps()
           
JNIOverhead.TestProps(java.lang.Class aClass)
           
MissedDeadline.TestProps()
           
MissedDeadline.TestProps(java.lang.Class aClass)
           
PriorityInheritance.TestProps()
           
PriorityInheritance.TestProps(java.lang.Class aClass)
           
Synchronization.TestProps()
           
Synchronization.TestProps(java.lang.Class aClass)
           
WaitFreeWrite.TestProps()
           
WaitFreeWrite.TestProps(java.lang.Class aClass)
           
 

Uses of PropertyValidationException in suramadu.tests.memory
 

Methods in suramadu.tests.memory that throw PropertyValidationException
static java.util.Iterator ScopeMemoryTest.TestProps.factory(java.lang.Class aClass)
           
 

Constructors in suramadu.tests.memory that throw PropertyValidationException
ScopeMemoryTest.TestProps()
           
ScopeMemoryTest.TestProps(java.lang.Class aClass)
           
 

Uses of PropertyValidationException in suramadu.tests.memory.footprint
 

Methods in suramadu.tests.memory.footprint that throw PropertyValidationException
static java.util.Iterator VMRuntimeSize.TestProps.factory(java.lang.Class aClass)
           
 

Constructors in suramadu.tests.memory.footprint that throw PropertyValidationException
VMRuntimeSize.TestProps()
           
VMRuntimeSize.TestProps(java.lang.Class aClass)
           
 

Uses of PropertyValidationException in suramadu.tests.throughput
 

Methods in suramadu.tests.throughput that throw PropertyValidationException
static java.util.Iterator FloatingPoint.TestProps.factory(java.lang.Class aClass)
           
static java.util.Iterator IntegerOps.TestProps.factory(java.lang.Class aClass)
           
static java.util.Iterator Shifting.TestProps.factory(java.lang.Class aClass)
           
 

Constructors in suramadu.tests.throughput that throw PropertyValidationException
FloatingPoint.TestProps()
           
FloatingPoint.TestProps(java.lang.Class aClass)
           
IntegerOps.TestProps()
           
IntegerOps.TestProps(java.lang.Class aClass)
           
Shifting.TestProps()
           
Shifting.TestProps(java.lang.Class aClass)
           
 

Uses of PropertyValidationException in suramadu.util.exec
 

Methods in suramadu.util.exec that throw PropertyValidationException
static java.util.Iterator TestProperties.factory(java.lang.Class pClass, java.lang.Class aClass)
          This static method is used to get an array of properties objects for multiple runs of the same Suramadu test.
static java.util.Iterator TestProperties.factory(java.lang.Class pClass, java.lang.Class aClass, java.lang.String[] defaultProps)
          This static method is used to get an array of properties objects for multiple runs of the same Suramadu test.
static java.util.Iterator TestProperties.factory(java.lang.Class pClass, java.lang.Class aClass, java.util.Properties defaultProps)
          This static method is used to get an array of properties objects for multiple runs of the same Suramadu test.
 void TestProperties.loadProperties(java.lang.Class aClass, java.util.Properties defaultProps)
          Load class properties
 void TestProperties.loadProperties(java.lang.Class aClass, java.lang.String[] defaultProps)
          Load class properties
 void TestProperties.loadProperties(PropertiesFileName aPfn, java.util.Properties defaultProps)
          Load class properties
 java.lang.String TestProperties.getOutputProperty(java.lang.String key)
          The get*Property() methods are the normal methods used to retrieve a property's value.
 int TestProperties.getIntOutputProperty(java.lang.String key)
          The get*Property() methods are the normal methods used to retrieve a property's value.
 long TestProperties.getLongOutputProperty(java.lang.String key)
          The get*Property() methods are the normal methods used to retrieve a property's value.
 float TestProperties.getFloatOutputProperty(java.lang.String key)
          The get*Property() methods are the normal methods used to retrieve a property's value.
 double TestProperties.getDoubleOutputProperty(java.lang.String key)
          The get*Property() methods are the normal methods used to retrieve a property's value.
 boolean TestProperties.getBooleanOutputProperty(java.lang.String key)
          The get*Property() methods are the normal methods used to retrieve a property's value.
 java.lang.String TestProperties.getInputProperty(java.lang.String key)
          The get*Property() methods are the normal methods used to retrieve a property's value.
 int TestProperties.getIntInputProperty(java.lang.String key)
          The get*Property() methods are the normal methods used to retrieve a property's value.
 long TestProperties.getLongInputProperty(java.lang.String key)
          The get*Property() methods are the normal methods used to retrieve a property's value.
 float TestProperties.getFloatInputProperty(java.lang.String key)
          The get*Property() methods are the normal methods used to retrieve a property's value.
 double TestProperties.getDoubleInputProperty(java.lang.String key)
          The get*Property() methods are the normal methods used to retrieve a property's value.
 boolean TestProperties.getBooleanInputProperty(java.lang.String key)
           
 java.lang.Object TestProperties.setInputProperty(java.lang.String key, java.lang.String value)
           
 java.lang.Object TestProperties.setInputProperty(java.lang.String key, boolean value)
           
 java.lang.Object TestProperties.setInputProperty(java.lang.String key, int value)
           
 java.lang.Object TestProperties.setInputProperty(java.lang.String key, long value)
           
 java.lang.Object TestProperties.setInputProperty(java.lang.String key, float value)
           
 java.lang.Object TestProperties.setInputProperty(java.lang.String key, double value)
           
static java.util.Properties TestProperties.arrayToProperties(java.lang.Class aClass, java.lang.String[] props)
          This is a helper method that translates an array of Strings into a TestProperties object.
 

Constructors in suramadu.util.exec that throw PropertyValidationException
TestProperties(java.lang.Class aClass)
          Constructor that takes an a Class object.
TestProperties(java.lang.Class aClass, java.lang.String[] defaultProps)
          Constructor that takes an a Class object and an array of Strings.
TestProperties(java.lang.Class aClass, java.util.Properties defaultProps)
          Constructor that takes an a Class object and another TestProperties object to act as a source for default properties should the property not exist in the properties file for this class.
TestProperties(PropertiesFileName aPfn, java.util.Properties defaultProps)
          Constructor that takes an a Class object and another TestProperties object to act as a source for default properties should the property not exist in the properties file for this class.