Class TestTimer
- java.lang.Object
- 
- com.atlassian.confluence.util.test.timing.TestTimer
 
- 
 public class TestTimer extends Object Print timing information for JUnit4 tests.- Since:
- 5.7
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidendAfter()voidendBefore()voidendTest()voidendTestMethod()voidlog(String testName)voidsetTestFailed()static TestTimerstart()voidstartAfter()voidstartBefore()voidstartTestMethod()
 
- 
- 
- 
Method Detail- 
startpublic static TestTimer start() 
 - 
setTestFailedpublic void setTestFailed() 
 - 
startBeforepublic void startBefore() 
 - 
endBeforepublic void endBefore() 
 - 
startTestMethodpublic void startTestMethod() 
 - 
endTestMethodpublic void endTestMethod() 
 - 
startAfterpublic void startAfter() 
 - 
endAfterpublic void endAfter() 
 - 
endTestpublic void endTest() 
 - 
logpublic void log(String testName) 
 
- 
 
-