Searched defs:AssertionResult (Results 1 - 2 of 2) sorted by relevance

/openjdk9/test/fmw/gtest/include/gtest/
H A Dgtest.h256 class GTEST_API_ AssertionResult { class in namespace:testing
262 explicit AssertionResult(bool success) : success_(success) {} function in class:testing::AssertionResult
[all...]
/openjdk9/test/fmw/gtest/src/
H A Dgtest.cc952 AssertionResult::AssertionResult(const AssertionResult& other) function in class:testing::AssertionResult
[all...]

Completed in 102 milliseconds