12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- #include "clienttest.h"
- #include "testserviceclient.h"
- using namespace qtprotobufnamespace::tests;
- using namespace qtprotobuf::tests;
- using namespace qtprotobuf;
- ClientTest::ClientTest()
- {
- }
- TEST_F(ClientTest, CheckMethodsGeneration)
- {
- TestServiceClient testClient;
- }
|