Parcourir la source

Mocks moved to a namespace.

main
offa il y a 7 ans
Parent
révision
7830dcdb7d
4 fichiers modifiés avec 4 ajouts et 1 suppressions
  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 Voir le fichier

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

#include <trompeloeil.hpp>

namespace
namespace mock
{
struct CallMock
{

+ 1
- 0
test/ScopeExitTest.cpp Voir le fichier

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

using namespace mock;
using namespace trompeloeil;

namespace

+ 1
- 0
test/ScopeFailTest.cpp Voir le fichier

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

using namespace mock;
using namespace trompeloeil;

namespace

+ 1
- 0
test/ScopeSuccessTest.cpp Voir le fichier

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

using namespace mock;
using namespace trompeloeil;

namespace

Chargement…
Annuler
Enregistrer