if as in below we have an error in 1st and third test we only get first error as the failing test case then stops the test execution.
Could be this is for fail early fail hard. ?
public void TestStuStringFunction()
{
// Positive
HelperTestPadRight("A source", "14", "X", "A sourceXXXXXX");
if as in below we have an error in 1st and third test we only get first error as the failing test case then stops the test execution. Could be this is for fail early fail hard. ?
public void TestStuStringFunction() { // Positive HelperTestPadRight("A source", "14", "X", "A sourceXXXXXX");