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
◆ TestLog()
com.netscape.javascript.qa.drivers.TestLog.TestLog |
( |
String |
name, |
|
|
String |
terminator |
|
) |
| |
|
inline |
Create a new TestLog and open associated streams.
- Parameters
-
name | name of the log file |
terminator | string that will be appended to the end of each line |
◆ 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:
- LayoutTests/java/lc3/sources/com/netscape/javascript/qa/drivers/TestLog.java