ch.qos.mistletoe.core
Class TestReport
java.lang.Object
ch.qos.mistletoe.core.TestReport
- All Implemented Interfaces:
- Serializable
public class TestReport
- extends Object
- implements Serializable
- See Also:
- Serialized Form
FAILURE_COLOR
public static final String FAILURE_COLOR
- See Also:
- Constant Field Values
SUCCESS_COLOR
public static final String SUCCESS_COLOR
- See Also:
- Constant Field Values
TestReport
public TestReport(org.junit.runner.Description description,
MistletoeCore mCore)
getDisplayName
public String getDisplayName()
getRuntime
public double getRuntime()
getTotalFailures
public int getTotalFailures()
getFistChildIfNecessary
public static TestReport getFistChildIfNecessary(TestReport description)
getTestCount
public int getTestCount()
getChildren
public List<TestReport> getChildren()
isSuite
public boolean isSuite()
isTest
public boolean isTest()
hasFailures
public boolean hasFailures()
getThrowable
public Throwable getThrowable()
cumulativedRuntime
public double cumulativedRuntime()
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2009-2013 QOS.ch. All Rights Reserved.