Operation |
Details |
public static callRestWebservice( NameValuePair[] params, String content):String |
Sequential Notes: | Interface to the validation service REST interface. @return The report XML. | |
public static callSoapWebservice( Object[] params):String |
Sequential Notes: | Interface to the validation service SOAP interface. @return The report XML. | |
public const static getTestProperty( String name):String |
Sequential Notes: | Reads test properties from test.properties file. @return The value of the property. null if the property is not set. | |
public static getValidationTransforming():ValidationTransforming |
Sequential Tags: | throws=NamingException
| Notes: | Helper method to retrieve ValidationTransforming instance. @return instance of get ValidationTransforming | |
public static getXmlTransforming():XmlTransforming |
Sequential Tags: | throws=NamingException
| Notes: | Helper method to retrieve XmlTransforming instance. @return instance of getXmlTransforming | |
public static initTimeLog( String comment):void |
Sequential Notes: | Initialize time logging. | |
public static logTime( String comment):void |
Sequential Notes: | Create a time log entry. | |
public static logTime( String comment, long warnTime):void |
Sequential Notes: | Create a time log entry with a restrictive with a warning limit. | |
public static logTime( String comment, long warnTime, long maxTime):void |
Sequential Notes: | Create a time log entry. | |
protected TestHelper(): |
Sequential Notes: | Hidden constructor. | |