Uses of Class
org.apache.qpid.junit.extensions.util.ParsedProperties

Packages that use ParsedProperties
org.apache.qpid.junit.extensions.util Provides some helper classes. 
 

Uses of ParsedProperties in org.apache.qpid.junit.extensions.util
 

Subclasses of ParsedProperties in org.apache.qpid.junit.extensions.util
 class ContextualProperties
          ContextualProperties is an extension of Properties that automatically selects properties based on an environment parameter (defined by the system property ContextualProperties.ENV_SYS_PROPERTY), the name of a class, plus a modifier (which can be used to name a method of a class) and a property key.
 class TestContextProperties
          TestContextProperties is an extension of ParsedProperties that keeps track of property key/value pairs that are used by tests being run under the TKTestRunner.
 

Methods in org.apache.qpid.junit.extensions.util that return ParsedProperties
static ParsedProperties TestContextProperties.getInstance()
          Gets the singleton instance of the test context properties.
static ParsedProperties TestContextProperties.getInstance(Properties defaults)
          Gets the singleton instance of the test context properties, applying a specified set of default properties to it, if they are not already set.
 



Licensed to the Apache Software Foundation