public class AssertMethodsTest
extends java.lang.Object
Constructor and Description |
---|
AssertMethodsTest() |
Modifier and Type | Method and Description |
---|---|
void |
arrEqualLength() |
void |
arrEqualMethods() |
void |
arrEqualNull() |
void |
assertEqualsFeedbackLineNumTest() |
void |
assertEqualsFeedbackTest() |
void |
assertExceptionArrEquals(java.lang.String[] givens,
java.lang.String[] correct,
boolean shouldResults)
helper method to allow for testing an exception was thrown
This helper method is in the test class because it can only be used to test one
method
|
public void arrEqualNull()
public void arrEqualLength()
public void arrEqualMethods()
public void assertExceptionArrEquals(java.lang.String[] givens, java.lang.String[] correct, boolean shouldResults)
public void assertEqualsFeedbackTest()
public void assertEqualsFeedbackLineNumTest()