public class TestFinishedEvent extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
TestFinishedEvent() |
|
TestFinishedEvent(org.junit.runner.Description description,
int timeMillis,
long startTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runner.Description |
getDescription() |
int |
getExecutionTime() |
long |
getStartTimestamp() |
EventType |
getType() |
protected void |
setDescription(org.junit.runner.Description description) |
protected TestFinishedEvent()
public TestFinishedEvent(org.junit.runner.Description description,
int timeMillis,
long startTimestamp)
public int getExecutionTime()
public long getStartTimestamp()
public org.junit.runner.Description getDescription()
getDescription in interface IDescribableprotected void setDescription(org.junit.runner.Description description)
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.