org.apache.pluto.testsuite
Class ExpectedResults

java.lang.Object
  extended by org.apache.pluto.testsuite.ExpectedResults

public class ExpectedResults
extends java.lang.Object

A Singleton which loads a properties file containing data expected by the tests in the testsuite.


Field Summary
static java.lang.String EXPECTED_PORTAL_INFO_KEY
           
static java.lang.String PROPERTY_FILENAME
           
 
Method Summary
static java.util.Properties getExpectedProperties()
          Retrieves properties expected by the test suite.
 java.util.Properties getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_FILENAME

public static final java.lang.String PROPERTY_FILENAME
See Also:
Constant Field Values

EXPECTED_PORTAL_INFO_KEY

public static final java.lang.String EXPECTED_PORTAL_INFO_KEY
See Also:
Constant Field Values
Method Detail

getProperties

public java.util.Properties getProperties()

getExpectedProperties

public static java.util.Properties getExpectedProperties()
                                                  throws InvalidConfigurationException
Retrieves properties expected by the test suite.

Returns:
the Properties found in the properties file.
Throws:
InvalidConfigurationException - if an error occured reading the properties file.


Copyright © 2003-2010 . All Rights Reserved.