Home
last modified time | relevance | path

Searched refs:OptionalMatchersHelper (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc977 class OptionalMatchersHelper { class
979 OptionalMatchersHelper() = default;
991 OptionalMatchersHelper(const OptionalMatchersHelper&) = delete;
992 OptionalMatchersHelper& operator=(const OptionalMatchersHelper&) = delete;
996 OptionalMatchersHelper helper; in TEST()