14 lines
146 B
C
14 lines
146 B
C
|
|
|
|
#ifndef TESTHARNESS_H
|
|
#define TESTHARNESS_H
|
|
|
|
#include "Test.h"
|
|
#include "TestResult.h"
|
|
#include "Failure.h"
|
|
#include "TestRegistry.h"
|
|
|
|
|
|
#endif
|
|
|