Uses of Interface
com.liferay.portal.test.log.LogCapture
Packages that use LogCapture
-
Uses of LogCapture in com.liferay.portal.test.log
Methods in com.liferay.portal.test.log that return LogCaptureModifier and TypeMethodDescriptionstatic LogCapture
LoggerTestUtil.configureJDKLogger
(String name, Level level) static LogCapture
LoggerTestUtil.configureLog4JLogger
(String name, String priority) -
Uses of LogCapture in com.liferay.portal.test.rule
Methods in com.liferay.portal.test.rule that return types with arguments of type LogCaptureModifier and TypeMethodDescriptionLogAssertionTestRule.beforeClass
(org.junit.runner.Description description) LogAssertionTestRule.beforeMethod
(org.junit.runner.Description description, Object target) static List<LogCapture>
LogAssertionTestRule.startAssert
(List<ExpectedLogs> expectedLogsList) Method parameters in com.liferay.portal.test.rule with type arguments of type LogCaptureModifier and TypeMethodDescriptionvoid
LogAssertionTestRule.afterClass
(org.junit.runner.Description description, List<LogCapture> logCaptures) void
LogAssertionTestRule.afterMethod
(org.junit.runner.Description description, List<LogCapture> logCaptures, Object target)