com.atlassian.confluence.util.test.timing
Class TestTimer

java.lang.Object
  extended by com.atlassian.confluence.util.test.timing.TestTimer

public class TestTimer
extends java.lang.Object

Print timing information for JUnit4 tests.

Since:
5.7

Method Summary
 void endAfter()
           
 void endBefore()
           
 void endTest()
           
 void endTestMethod()
           
 void log(java.lang.String testName)
           
 void setTestFailed()
           
static TestTimer start()
           
 void startAfter()
           
 void startBefore()
           
 void startTestMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

start

public static TestTimer start()

setTestFailed

public void setTestFailed()

startBefore

public void startBefore()

endBefore

public void endBefore()

startTestMethod

public void startTestMethod()

endTestMethod

public void endTestMethod()

startAfter

public void startAfter()

endAfter

public void endAfter()

endTest

public void endTest()

log

public void log(java.lang.String testName)


Copyright © 2003-2014 Atlassian. All Rights Reserved.