webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
com.netscape.javascript.qa.drivers.TestLog Class Reference

Public Member Functions

 TestLog (String name, String terminator)
 
void writeLine (String string)
 
void enablePrivileges ()
 
void closeLog ()
 
void openLog ()
 
String toString ()
 

Detailed Description

Class that writes and appends test result information to a file.

Author
chris.nosp@m.tine.nosp@m.@nets.nosp@m.cape.nosp@m..com

Constructor & Destructor Documentation

◆ TestLog()

com.netscape.javascript.qa.drivers.TestLog.TestLog ( String  name,
String  terminator 
)
inline

Create a new TestLog and open associated streams.

Parameters
namename of the log file
terminatorstring that will be appended to the end of each line

Member Function Documentation

◆ closeLog()

void com.netscape.javascript.qa.drivers.TestLog.closeLog ( )
inline

Close print stream associated with the TestLog file.

◆ enablePrivileges()

void com.netscape.javascript.qa.drivers.TestLog.enablePrivileges ( )
inline

Override if privileges are required to write to file system. The default implemenation does nothing.

◆ openLog()

void com.netscape.javascript.qa.drivers.TestLog.openLog ( )
inline

Create streams associated with this TestLog file.

◆ toString()

String com.netscape.javascript.qa.drivers.TestLog.toString ( )
inline

◆ writeLine()

void com.netscape.javascript.qa.drivers.TestLog.writeLine ( String  string)
inline

Write a string to the end TestLog file.


The documentation for this class was generated from the following file: