com.atlassian.confluence
Class TestTimer

java.lang.Object
  extended by com.atlassian.confluence.TestTimer

public class TestTimer
extends Object


Method Summary
 void endSetUp()
           
 void endTearDown()
           
 void endTest()
           
 void log(String testName, boolean testPassed)
           
static TestTimer start()
           
 
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()

endSetUp

public void endSetUp()

endTest

public void endTest()

endTearDown

public void endTearDown()

log

public void log(String testName,
                boolean testPassed)


Copyright © 2003-2012 Atlassian. All Rights Reserved.