コード例 #1
0
ファイル: test_tools.cpp プロジェクト: lbaehren/Sioux
std::vector< bayeux::test::response_t > bayeux::test::bayeux_session( const server::test::read_plan& input )
{
    bayeux::test::context   context;
    return bayeux_session( input, server::test::write_plan(), context );
}
コード例 #2
0
ファイル: test_tools.cpp プロジェクト: TorstenRobitzki/Sioux
std::vector< bayeux::test::response_t > bayeux::test::bayeux_session( const asio_mocks::read_plan& input,
    bayeux::test::context& context )
{
    return bayeux_session( input, asio_mocks::write_plan(), context );
}