initTestInfoPrinter method

void initTestInfoPrinter(
  1. TestInfoPrinter testInfoPrinter
)

Changes the testInfoPrinter.

Implementation

void initTestInfoPrinter(TestInfoPrinter testInfoPrinter) {
  _testInfoPrinter = testInfoPrinter;
  initTestInfoController();
}