org.apache.pluto.testsuite.test
Class ExpectedResults
java.lang.Object
org.apache.pluto.testsuite.test.ExpectedResults
public class ExpectedResults
- extends Object
A Singleton which loads a properties file containing data expected by the
tests in the testsuite.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_FILENAME
public static final String PROPERTY_FILENAME
- The file name of properties holding expected results.
- See Also:
- Constant Field Values
getInstance
public static ExpectedResults getInstance()
throws InvalidConfigurationException
- Returns the singleton expected results instance.
- Returns:
- the singleton expected results instance.
- Throws:
InvalidConfigurationException
- if fail to read properties file.
getMajorVersion
public String getMajorVersion()
getMinorVersion
public String getMinorVersion()
getServerInfo
public String getServerInfo()
getPortalInfo
public String getPortalInfo()
getMappedSecurityRole
public String getMappedSecurityRole()
getUnmappedSecurityRole
public String getUnmappedSecurityRole()
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.