public final class TestStepFinished extends TestCaseEvent
A step can either be a PickleStepTestStep or a
HookTestStep depending on what step was executed.
Each test step finished event is followed by an matching
TestStepStarted event for the same step.The order in which
these events may be expected is:
[before hook,]* [[before step hook,]* test step, [after step hook,]*]+, [after hook,]*
PickleStepTestStep,
HookTestStep| Modifier and Type | Field and Description |
|---|---|
Result |
result |
TestStep |
testStep |
CANONICAL_ORDER| Constructor and Description |
|---|
TestStepFinished(Long timeStamp,
long timeStampMillis,
TestCase testCase,
TestStep testStep,
Result result) |
TestStepFinished(Long timeStamp,
TestCase testCase,
TestStep testStep,
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 TestStepFinished(Long timeStamp, TestCase testCase, TestStep testStep, Result result)
public Long getTimeStamp()
getTimeStamp in interface EventSystem.nanoTime()public long getTimeStampMillis()
System.currentTimeMillis()Copyright © 2020. All rights reserved.