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