public void processTestClass(TestClassRunInfo testClass) {
    if (remoteProcessor == null) {
      remoteProcessor = forkProcess();
    }

    remoteProcessor.processTestClass(testClass);
  }