123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #include "servertest.h"
- #include "testserviceserver.h"
- using namespace qtprotobufnamespace::tests;
- using namespace qtprotobuf::tests;
- using namespace qtprotobuf;
- ServerTest::ServerTest()
- {
- }
- TEST_F(ServerTest, CheckMethodsGeneration)
- {
- TestServiceServer testServer;
- }
|