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 LogCaptureLoggerTestUtil.configureJDKLogger(String name, Level level) static LogCaptureLoggerTestUtil.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 TypeMethodDescriptionvoidLogAssertionTestRule.afterClass(org.junit.runner.Description description, List<LogCapture> logCaptures) voidLogAssertionTestRule.afterMethod(org.junit.runner.Description description, List<LogCapture> logCaptures, Object target)