junitx.ddtunit
Class DDTTestFailure
java.lang.Object
junit.framework.TestFailure
junitx.ddtunit.DDTTestFailure
public class DDTTestFailure
- extends junit.framework.TestFailure
Class extending JUnit TestFailure to provide extra information on occurance
location of test failure.
- Author:
- jg
Fields inherited from class junit.framework.TestFailure |
fFailedTest, fThrownException |
Constructor Summary |
DDTTestFailure(junit.framework.Test failedTest,
String methodTest,
Throwable thrownException)
Instanciate failure instance with location information |
Methods inherited from class junit.framework.TestFailure |
exceptionMessage, failedTest, isFailure, thrownException, toString, trace |
DDTTestFailure
public DDTTestFailure(junit.framework.Test failedTest,
String methodTest,
Throwable thrownException)
- Instanciate failure instance with location information
- Parameters:
failedTest
- methodTest
- name of xml based method testthrownException
- caught during execution
Copyright © 2004-2011. All Rights Reserved.