|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hansel.Probe
org.hansel.probes.MethodProbe
org.hansel.probes.ExceptionProbe
public class ExceptionProbe
A probe for an exception handler or finally block
Field Summary |
---|
Fields inherited from class org.hansel.Probe |
---|
HIT_CLASS |
Constructor Summary | |
---|---|
ExceptionProbe(Probe methodProbe,
ProbeData pd)
Create a new Probe. |
Method Summary | |
---|---|
boolean |
displayFailure()
|
java.lang.String |
getFailureMessage()
|
Methods inherited from class org.hansel.probes.MethodProbe |
---|
coverageFailure, hit, insertProbeCode |
Methods inherited from class org.hansel.Probe |
---|
addResult, countTestCases, equals, getDescription, getID, getName, getProbeData, hashCode, run, run, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExceptionProbe(Probe methodProbe, ProbeData pd)
methodProbe
- MethodProbe of the method this probe is contained in.pd
- Data for this probe.Method Detail |
---|
public boolean displayFailure()
displayFailure
in class MethodProbe
public java.lang.String getFailureMessage()
getFailureMessage
in class MethodProbe
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |