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 Event
System.nanoTime()
public long getTimeStampMillis()
System.currentTimeMillis()
Copyright © 2019. All rights reserved.