public final class WriteEvent extends TestCaseEvent
| Modifier and Type | Field and Description |
|---|---|
String |
text |
CANONICAL_ORDER| Constructor and Description |
|---|
WriteEvent(Long timeStamp,
long timeStampMillis,
TestCase testCase,
String text) |
WriteEvent(Long timeStamp,
TestCase testCase,
String text)
Deprecated.
|
| 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.
|
getTestCasepublic final String text
@Deprecated public WriteEvent(Long timeStamp, TestCase testCase, String text)
public Long getTimeStamp()
getTimeStamp in interface EventSystem.nanoTime()public long getTimeStampMillis()
System.currentTimeMillis()Copyright © 2019. All rights reserved.