Pārlūkot izejas kodu

Mocks moved to a namespace.

main
offa pirms 7 gadiem
vecāks
revīzija
7830dcdb7d
4 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      test/CallMocks.h
  2. +1
    -0
      test/ScopeExitTest.cpp
  3. +1
    -0
      test/ScopeFailTest.cpp
  4. +1
    -0
      test/ScopeSuccessTest.cpp

+ 1
- 1
test/CallMocks.h Parādīt failu

@@ -22,7 +22,7 @@

#include <trompeloeil.hpp>

namespace
namespace mock
{
struct CallMock
{

+ 1
- 0
test/ScopeExitTest.cpp Parādīt failu

@@ -22,6 +22,7 @@
#include "CallMocks.h"
#include <catch.hpp>

using namespace mock;
using namespace trompeloeil;

namespace

+ 1
- 0
test/ScopeFailTest.cpp Parādīt failu

@@ -22,6 +22,7 @@
#include "CallMocks.h"
#include <catch.hpp>

using namespace mock;
using namespace trompeloeil;

namespace

+ 1
- 0
test/ScopeSuccessTest.cpp Parādīt failu

@@ -22,6 +22,7 @@
#include "CallMocks.h"
#include <catch.hpp>

using namespace mock;
using namespace trompeloeil;

namespace

Notiek ielāde…
Atcelt
Saglabāt