Savarese Software Research Corporation
ServiceTestFixture.h
Go to the documentation of this file.
00001 /* Copyright 2006-2011 Savarese Software Research Corporation
00002  *
00003  * Licensed under the Apache License, Version 2.0 (the "License");
00004  * you may not use this file except in compliance with the License.
00005  * You may obtain a copy of the License at
00006  *
00007  *     https://www.savarese.com/software/ApacheLicense-2.0
00008  *
00009  * Unless required by applicable law or agreed to in writing, software
00010  * distributed under the License is distributed on an "AS IS" BASIS,
00011  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00012  * See the License for the specific language governing permissions and
00013  * limitations under the License.
00014  */
00015 
00016 #ifndef __SSRC_WSPR_TEST_SERVICE_TEST_FIXTURE_H
00017 #define __SSRC_WSPR_TEST_SERVICE_TEST_FIXTURE_H
00018 
00024 #include <ssrc/wispers/service/protocol.h>
00025 #include <ssrc/wisp/test/ServiceTestFixture.h>
00026 
00027 __BEGIN_NS_SSRC_WSPR_TEST
00028 
00029 template<typename ProtocolProcessor,
00030          template <typename PP>
00031          class EH = NS_SSRC_WISP_SERVICE::ServiceEventHandler,
00032          typename Options = NS_SSRC_WISP_TEST::TestOptions,
00033          bool has_initializer = false>
00034 struct ServiceTestFixture :
00035   public NS_SSRC_WISP_TEST::ServiceTestFixture<ProtocolProcessor,
00036                                             NS_SSRC_WSPR_SERVICE::ServiceProtocol::CallStop,
00037                                             EH, Options, has_initializer>
00038 { };
00039 
00040 __END_NS_SSRC_WSPR_TEST
00041 
00042 #endif

Savarese Software Research Corporation
Copyright © 2006-2011 Savarese Software Research Corporation. All rights reserved.