Liferay 7.0-ce-m2

com.liferay.portal.test.log
Class ExpectedLogsUtil

java.lang.Object
  extended by com.liferay.portal.test.log.ExpectedLogsUtil

public class ExpectedLogsUtil
extends Object


Constructor Summary
ExpectedLogsUtil()
           
 
Method Summary
static void endAssert(Method method, CaptureAppender captureAppender)
           
static CaptureAppender startAssert(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpectedLogsUtil

public ExpectedLogsUtil()
Method Detail

endAssert

public static void endAssert(Method method,
                             CaptureAppender captureAppender)

startAssert

public static CaptureAppender startAssert(Method method)

Liferay 7.0-ce-m2