Uses of Class
jp.vmi.selenium.selenese.utils.LogRecorder
-
Packages that use LogRecorder Package Description jp.vmi.junit.result jp.vmi.selenium.selenese -
-
Uses of LogRecorder in jp.vmi.junit.result
Methods in jp.vmi.junit.result that return LogRecorder Modifier and Type Method Description LogRecorderITestCase. getLogRecorder()Get log recorder.Methods in jp.vmi.junit.result with parameters of type LogRecorder Modifier and Type Method Description voidITestCase. setLogRecorder(LogRecorder logRecorder)Set log recorder. -
Uses of LogRecorder in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese that return LogRecorder Modifier and Type Method Description LogRecorderErrorTestCase. getLogRecorder()LogRecorderTestCase. getLogRecorder()Methods in jp.vmi.selenium.selenese with parameters of type LogRecorder Modifier and Type Method Description voidErrorTestCase. setLogRecorder(LogRecorder logRecorder)voidTestCase. setLogRecorder(LogRecorder logRecorder)
-