Echo Writes Code

testing.hpp

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef CRUCIBLE_TESTING_HPP
#define CRUCIBLE_TESTING_HPP

#include "crucible/testing/abstract_reporter.hpp"
#include "crucible/testing/cli.hpp"
#include "crucible/testing/console_reporter.hpp"
#include "crucible/testing/expect.hpp"
#include "crucible/testing/fixture.hpp"
#include "crucible/testing/outcome.hpp"
#include "crucible/testing/reporter.hpp"
#include "crucible/testing/scenario.hpp"
#include "crucible/testing/suite.hpp"

#include "crucible/testing/expect.inl"
#include "crucible/testing/fixture.inl"
#include "crucible/testing/suite.inl"

#endif // CRUCIBLE_TESTING_HPP