This class serves to test that a TestCaseConfiguration instance is created successfully.
The test merely checks by checking that the TestCaseConfiguration isValid() method returns true.
1. The proper use of assertEquals is (expected, actual) and it is currently (actual, expected) [but this is trivial]
2. More importantly, there is no catch for an AssertionError exception