public final class EmbedEvent extends TestCaseEvent
Modifier and Type | Field and Description |
---|---|
byte[] |
data |
String |
mimeType |
CANONICAL_ORDER
Constructor and Description |
---|
EmbedEvent(Long timeStamp,
long timeStampMillis,
TestCase testCase,
byte[] data,
String mimeType) |
EmbedEvent(Long timeStamp,
TestCase testCase,
byte[] data,
String mimeType)
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.
|
getTestCase
public final byte[] data
public final String mimeType
@Deprecated public EmbedEvent(Long timeStamp, TestCase testCase, byte[] data, String mimeType)
public Long getTimeStamp()
getTimeStamp
in interface Event
System.nanoTime()
public long getTimeStampMillis()
System.currentTimeMillis()
Copyright © 2019. All rights reserved.