com.atlassian.core.util
Interface Clock


public interface Clock

Convenient way to allow test classes to tell another class to use a different idea of what the time is - allows much easier testing of time-based functions.


Method Summary
 java.util.Date getCurrentDate()
           
 

Method Detail

getCurrentDate

java.util.Date getCurrentDate()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.