|
IBM Rational Functional Tester Version 8.2.1 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rational.test.ft.services.SimpleLogAdapter
com.rational.test.ft.services.LogAdapter
com.rational.test.ft.services.LogExtensionAdapter
com.rational.test.ft.services.NullLog
public class NullLog
NullLog: An implementation of the ILog interface that writes no log, for when the rt.write_log option is set to false.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.rational.test.ft.services.LogExtensionAdapter |
|---|
LogExtensionAdapter.ImageMetadata |
| Field Summary |
|---|
| Fields inherited from class com.rational.test.ft.services.LogExtensionAdapter |
|---|
MAX_IMAGE_DIMENSION |
| Fields inherited from class com.rational.test.ft.services.LogAdapter |
|---|
spaceDelimeter |
| Constructor Summary | |
|---|---|
NullLog()
|
|
| Method Summary | |
|---|---|
void |
closeLog()
This method closes a log file. |
void |
initLog()
This method opens a log file. |
boolean |
viewerKnowsHowToBringUpComparator()
This answers yes/no whether the log-viewer associated with this log knows how to bring up our comparator. |
void |
writeLog(ILogMessage message)
Write a message into the log. |
| Methods inherited from class com.rational.test.ft.services.LogExtensionAdapter |
|---|
applicationStart, applicationStart, callScript, close, configuration, createApplicationStartMessage, createConfigurationMessage, createTestResultMessage, createTimerEndMessage, createTimerStartMessage, createVPMessage, exception, exception, getLogFilename, getTimestamp, open, persistImage, scriptEnd, scriptStart, setLogDirectory, setLogName, timerEnd, timerStart, write, write |
| Methods inherited from class com.rational.test.ft.services.SimpleLogAdapter |
|---|
openLogViewer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.rational.test.ft.services.ISimpleLog |
|---|
openLogViewer |
| Constructor Detail |
|---|
public NullLog()
| Method Detail |
|---|
public void initLog()
throws LogException
initLog in class LogExtensionAdapterLogExceptionfileName - The name of the log file.public void closeLog()
closeLog in class LogExtensionAdapterpublic void writeLog(ILogMessage message)
writeLog in class LogExtensionAdaptermessage - The message (i.e. resultCode, eventCode,
note, and details)public boolean viewerKnowsHowToBringUpComparator()
viewerKnowsHowToBringUpComparator in interface ILogviewerKnowsHowToBringUpComparator in class LogAdapter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||