|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qtitools.qti.node.test.Timer
public class Timer
Default implementation of timer.
This class provides current time.
In future this class should be split into interface Timer and class DefaultTimer (implementation of Timer interface). This change should help with testing of time dependent functions (for automated tests must be created special discrete implementation of Timer interface).
| Constructor Summary | |
|---|---|
Timer()
Constructs timer object. |
|
| Method Summary | |
|---|---|
long |
getCurrentTime()
Gets current time. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Timer()
| Method Detail |
|---|
public long getCurrentTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||