|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dbunit.assertion.JUnitFailureFactory
public class JUnitFailureFactory
Adapter that lets dbunit create JUnit failure objects.
| Constructor Summary | |
|---|---|
JUnitFailureFactory()
|
|
| Method Summary | |
|---|---|
java.lang.Error |
createFailure(java.lang.String message)
|
java.lang.Error |
createFailure(java.lang.String message,
java.lang.String expected,
java.lang.String actual)
Creates a new failure object which can have different types, depending on the testing framework you are currently using (e.g. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JUnitFailureFactory()
| Method Detail |
|---|
public java.lang.Error createFailure(java.lang.String message,
java.lang.String expected,
java.lang.String actual)
FailureFactory
createFailure in interface FailureFactorymessage - The reason for the failureexpected - The expected resultactual - The actual result
public java.lang.Error createFailure(java.lang.String message)
createFailure in interface FailureFactorymessage - The reason for the failure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||