Currently, the test failed in compilation because of the following typo:
log("TESTCASE: 2");
the above should be:
logTestCase("2");
Even after fixing the above compilation problem, the test is still failing in TestCase 2.
log("TESTCASE: 2");
the above should be:
logTestCase("2");
Even after fixing the above compilation problem, the test is still failing in TestCase 2.