Searched refs:testEnum (Results 1 – 2 of 2) sorted by relevance
164 Numberz::type response = context.client->testEnum(Numberz::ONE); in ZTEST()167 response = context.client->testEnum(Numberz::TWO); in ZTEST()170 response = context.client->testEnum(Numberz::EIGHT); in ZTEST()
176 Numberz::type testEnum(const Numberz::type thing) override in testEnum() function in TestHandler