org.apache.pluto.testsuite.test
Class ExpectedResults

java.lang.Object
  extended by 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.


Field Summary
static String PROPERTY_FILENAME
          The file name of properties holding expected results.
 
Method Summary
static ExpectedResults getInstance()
          Returns the singleton expected results instance.
 String getMajorVersion()
           
 String getMappedSecurityRole()
           
 String getMinorVersion()
           
 String getPortalInfo()
           
 String getServerInfo()
           
 String getUnmappedSecurityRole()
           
 
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 String PROPERTY_FILENAME
The file name of properties holding expected results.

See Also:
Constant Field Values
Method Detail

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.