Uses of Class
core.support.logger.LogObject
-
Packages that use LogObject Package Description core.support.logger core.support.objects -
-
Uses of LogObject in core.support.logger
Method parameters in core.support.logger with type arguments of type LogObject Modifier and Type Method Description static voidTestLog. printLogs(List<LogObject> logs)prints current test logsstatic voidTestLog. printLogs(List<LogObject> testLog, String testId)prints logs to console removes logs from list after printing to console -
Uses of LogObject in core.support.objects
Fields in core.support.objects with type parameters of type LogObject Modifier and Type Field Description List<LogObject>TestObject. testLogList<LogObject>TestObject. testLogAll
-