CANONICAL_ORDER
Constructor and Description |
---|
TestRunStarted(Long timeStamp)
Deprecated.
|
TestRunStarted(Long timeStamp,
long timeStampMillis) |
Modifier and Type | Method and Description |
---|---|
Long |
getTimeStamp()
Returns timestamp in nano seconds since an arbitrary start time.
|
long |
getTimeStampMillis()
Returns timestamp in milliseconds of the epoch.
|
@Deprecated public TestRunStarted(Long timeStamp)
public TestRunStarted(Long timeStamp, long timeStampMillis)
public Long getTimeStamp()
getTimeStamp
in interface Event
System.nanoTime()
public long getTimeStampMillis()
System.currentTimeMillis()
Copyright © 2019. All rights reserved.