/**
  * Method provides test creator instance. Basically introduced for better mocking capabilities in
  * unit tests but also useful for subclasses to provide customized creator instance. .
  *
  * @return test creator.
  */
 public TestCaseCreator getTestCaseCreator() {
   return TestCaseCreator.build();
 }