Uses of Class
com.github.invictum.reportportal.EnhancedLogEntry
Packages that use EnhancedLogEntry
-
Uses of EnhancedLogEntry in com.github.invictum.reportportal
Methods in com.github.invictum.reportportal that return types with arguments of type EnhancedLogEntryModifier and TypeMethodDescriptionLogStorage.query(Predicate<EnhancedLogEntry> predicate) Returns logs that meets defined condition and removes them from storage.Method parameters in com.github.invictum.reportportal with type arguments of type EnhancedLogEntryModifier and TypeMethodDescriptionLogStorage.query(Predicate<EnhancedLogEntry> predicate) Returns logs that meets defined condition and removes them from storage. -
Uses of EnhancedLogEntry in com.github.invictum.reportportal.log.unit
Method parameters in com.github.invictum.reportportal.log.unit with type arguments of type EnhancedLogEntryModifier and TypeMethodDescriptionstatic Function<net.thucydides.core.model.TestStep,Collection<com.epam.ta.reportportal.ws.model.log.SaveLogRQ>> Selenium.filteredLogs(Predicate<EnhancedLogEntry> filter) Replicate all Selenium logs that matches passed filter represented asPredicate