#include "scope_exit.h" | #include "scope_exit.h" | ||||
#include "CallMocks.h" | #include "CallMocks.h" | ||||
#include <catch.hpp> | |||||
#include <catch2/catch.hpp> | |||||
using namespace mock; | using namespace mock; | ||||
using namespace trompeloeil; | using namespace trompeloeil; |
#include "scope_fail.h" | #include "scope_fail.h" | ||||
#include "CallMocks.h" | #include "CallMocks.h" | ||||
#include <catch.hpp> | |||||
#include <catch2/catch.hpp> | |||||
using namespace mock; | using namespace mock; | ||||
using namespace trompeloeil; | using namespace trompeloeil; |
#include "scope_success.h" | #include "scope_success.h" | ||||
#include "CallMocks.h" | #include "CallMocks.h" | ||||
#include <catch.hpp> | |||||
#include <catch2/catch.hpp> | |||||
using namespace mock; | using namespace mock; | ||||
using namespace trompeloeil; | using namespace trompeloeil; |
// SOFTWARE. | // SOFTWARE. | ||||
#define CATCH_CONFIG_MAIN | #define CATCH_CONFIG_MAIN | ||||
#include <catch.hpp> | |||||
#include <catch2/catch.hpp> | |||||
#include <trompeloeil.hpp> | #include <trompeloeil.hpp> | ||||
#include "unique_resource.h" | #include "unique_resource.h" | ||||
#include "CallMocks.h" | #include "CallMocks.h" | ||||
#include <catch.hpp> | |||||
#include <catch2/catch.hpp> | |||||
#include <trompeloeil.hpp> | #include <trompeloeil.hpp> | ||||
using namespace mock; | using namespace mock; |