Searched defs:shouldBeRemote (Results 1 – 2 of 2) sorted by relevance
55 bool shouldBeRemote; member62 #define shouldBeRemote GetParam().shouldBeRemote macro
59 public JavaClientTest(Class serviceClass, String expectedName, boolean shouldBeRemote) { in JavaClientTest()