Imports.cpp
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #include "Imports.h"
00024 #include "Protocols/Generics/Testing/TransportStub.h"
00025 #include "Protocols/Generics/Testing/generated/SessionMock.h"
00026 #include "Protocols/Generics/Testing/generated/TransportMock.h"
00027 #include "Protocols/Generics/Testing/generated/TransportStatusDriver.h"
00028 #include "Protocols/Generics/Testing/generated/TransportFactoryMock.h"
00029
00030 using Protocols::Generics::Testing::SessionMock;
00031 using Protocols::Generics::Testing::TransportMock;
00032 using Protocols::Generics::Testing::TransportStatusDriver;
00033 using Protocols::Generics::Testing::TransportStub;
00034 using Protocols::Generics::Testing::TransportFactoryMock;
00035 using namespace Protocols::Http::Testing;