TestReporter.cpp 87 B

12345678910
  1. #include "TestReporter.h"
  2. namespace UnitTest {
  3. TestReporter::~TestReporter()
  4. {
  5. }
  6. }