|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.osgi.husky.runtime.junit.JUnitFailure
public class JUnitFailure
A Failure implementation that can be constructed
from a JUnit4 Failure.
| Constructor Summary | |
|---|---|
JUnitFailure(org.junit.runner.notification.Failure failure)
|
|
| Method Summary | |
|---|---|
String |
getClassName()
Get the name of the test class that failed |
Throwable |
getException()
Get the exceoption that caused the failure. |
String |
getMessage()
Get the test failure message |
String |
getMethodName()
Get the name of the test method that failed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JUnitFailure(org.junit.runner.notification.Failure failure)
| Method Detail |
|---|
public String getClassName()
Failure
getClassName in interface Failurepublic String getMethodName()
Failure
getMethodName in interface Failurepublic String getMessage()
Failure
getMessage in interface Failurepublic Throwable getException()
Failure
getException in interface Failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||