public class TestFailureType
extends java.lang.Object
| Constructor and Description |
|---|
TestFailureType() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
testEquals()
Test equals
|
void |
testFt1()
Test object create with FailureType(String failureTitle)
|
void |
testFt2()
Test object create with FailureType(String failureTitle, double penalty)
|
void |
testFt3()
Test object create with FailureType(String failureTitle, double maxPenalty, double eachPenalty)
|
void |
testFt4()
Test object create with FailureType(String failureTitle, double maxPenalty, double firstPenalty,
double eachPenalty)
|
public void init()
public void testFt1()
public void testFt2()
public void testFt3()
public void testFt4()
public void testEquals()