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