public class TestFailure
extends java.lang.Object
Constructor and Description |
---|
TestFailure() |
Modifier and Type | Method and Description |
---|---|
void |
init() |
void |
tearDown() |
void |
testDF()
Test object create with Failure(FailureType failureType, String description,
String posibleReason, String codeToReproduce)
|
void |
testF1()
Test object create with Failure(String description)
|
void |
testF2()
Test object create with Failure(FailureType failureType, String description)
|
void |
testF3()
Test object create with Failure(FailureType failureType, String description, String posibleReason)
|
void |
testF4()
Test object create with Failure(FailureType failureType, String description,
String posibleReason, String codeToReproduce)
|
public void init()
public void testF1()
public void testF2()
public void testF3()
public void testF4()
public void testDF()
public void tearDown()