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