@@ -22,7 +22,7 @@ | |||
#include <trompeloeil.hpp> | |||
namespace | |||
namespace mock | |||
{ | |||
struct CallMock | |||
{ |
@@ -22,6 +22,7 @@ | |||
#include "CallMocks.h" | |||
#include <catch.hpp> | |||
using namespace mock; | |||
using namespace trompeloeil; | |||
namespace |
@@ -22,6 +22,7 @@ | |||
#include "CallMocks.h" | |||
#include <catch.hpp> | |||
using namespace mock; | |||
using namespace trompeloeil; | |||
namespace |
@@ -22,6 +22,7 @@ | |||
#include "CallMocks.h" | |||
#include <catch.hpp> | |||
using namespace mock; | |||
using namespace trompeloeil; | |||
namespace |