Searched refs:expectedCount (Results 1 – 2 of 2) sorted by relevance
857 size_t expectedCount = 0; in TYPED_TEST() local858 ASSERT_EQ(expectedCount, availableToRead); in TYPED_TEST()1060 size_t expectedCount = 0; in TYPED_TEST() local1061 ASSERT_EQ(expectedCount, availableToRead); in TYPED_TEST()
1605 bool iptablesTargetsExists(const char* binary, int expectedCount, const char* table, in iptablesTargetsExists() argument1618 return matchCount == expectedCount; in iptablesTargetsExists()