refactored namespaces
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
|
||||
|
||||
using namespace fakeit;
|
||||
using namespace FlippR_Driver::Input;
|
||||
using namespace FlippR_Driver
|
||||
{
|
||||
namespace Input;
|
||||
|
||||
|
||||
SCENARIO("Creating a Detector object", "")
|
||||
|
||||
@@ -20,7 +20,9 @@
|
||||
|
||||
#include "input/EventNotifier.h"
|
||||
|
||||
using namespace FlippR_Driver::Input;
|
||||
using namespace FlippR_Driver
|
||||
{
|
||||
namespace Input;
|
||||
using namespace fakeit;
|
||||
|
||||
SCENARIO("An EventNotifier gets created", "[construction]")
|
||||
|
||||
@@ -19,7 +19,9 @@
|
||||
|
||||
|
||||
using namespace fakeit;
|
||||
using namespace FlippR_Driver::Input;
|
||||
using namespace FlippR_Driver
|
||||
{
|
||||
namespace Input;
|
||||
|
||||
SCENARIO("An InputDriver gets created", "[construction}")
|
||||
{
|
||||
|
||||
@@ -16,7 +16,9 @@
|
||||
|
||||
#include "input/EventNotifier.h"
|
||||
|
||||
using namespace FlippR_Driver::Input;
|
||||
using namespace FlippR_Driver
|
||||
{
|
||||
namespace Input;
|
||||
using namespace fakeit;
|
||||
|
||||
SCENARIO("The factory creates a InputDriver")
|
||||
|
||||
@@ -8,7 +8,9 @@
|
||||
#ifndef SRC_TESTS_INPUT_MOCKS_EVENTHANDLERMOCK_HPP_
|
||||
#define SRC_TESTS_INPUT_MOCKS_EVENTHANDLERMOCK_HPP_
|
||||
|
||||
namespace FlippR_Driver::Input
|
||||
namespace FlippR_Driver
|
||||
{
|
||||
namespace Input
|
||||
{
|
||||
class EventHandler;
|
||||
class Event;
|
||||
|
||||
@@ -8,7 +8,9 @@
|
||||
#ifndef SRC_TESTS_INPUT_MOCKS_EVENTNOTIFIERMOCK_HPP_
|
||||
#define SRC_TESTS_INPUT_MOCKS_EVENTNOTIFIERMOCK_HPP_
|
||||
|
||||
namespace FlippR_Driver::Input
|
||||
namespace FlippR_Driver
|
||||
{
|
||||
namespace Input
|
||||
{
|
||||
class EventNotifier;
|
||||
class EventHandler;
|
||||
|
||||
@@ -8,7 +8,9 @@
|
||||
#ifndef SRC_TESTS_INPUT_MOCKS_INPUTDRIVERMOCK_HPP_
|
||||
#define SRC_TESTS_INPUT_MOCKS_INPUTDRIVERMOCK_HPP_
|
||||
|
||||
namespace FlippR_Driver::Input
|
||||
namespace FlippR_Driver
|
||||
{
|
||||
namespace Input
|
||||
{
|
||||
class InputDriver;
|
||||
class EventHandler;
|
||||
|
||||
Reference in New Issue
Block a user