Home
last modified time | relevance | path

Searched defs:AssertionResult (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/googletest/googletest/src/
H A Dgtest-assertion-result.cc45 AssertionResult::AssertionResult(const AssertionResult& other) in AssertionResult() function in testing::AssertionResult
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h105 class AssertionResult; // Result of an assertion. variable
/freebsd/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc6414 class AssertionResult {}; class
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5334 class AssertionResult { class
8224 AssertionResult::AssertionResult( AssertionInfo const& info, AssertionResultData const& data ) in AssertionResult() function in Catch::AssertionResult