public class SuiteCompletedEvent extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
SuiteCompletedEvent() |
|
SuiteCompletedEvent(org.junit.runner.Description description,
long start,
long duration) |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runner.Description |
getDescription() |
long |
getExecutionTime() |
long |
getStartTimestamp() |
EventType |
getType() |
protected void |
setDescription(org.junit.runner.Description description) |
protected SuiteCompletedEvent()
public SuiteCompletedEvent(org.junit.runner.Description description,
long start,
long duration)
public long 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.