GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
Namespaces | Functions
cmake-build-release/googletest-src/googlemock/include/gmock/gmock-more-matchers.h File Reference
#include "gmock/gmock-matchers.h"
Include dependency graph for cmake-build-release/googletest-src/googlemock/include/gmock/gmock-more-matchers.h:

Go to the source code of this file.

Namespaces

 testing
 

Functions

 testing::MATCHER (IsEmpty, negation ? "isn't empty" :"is empty")
 
 testing::MATCHER (IsTrue, negation ? "is false" :"is true")
 
 testing::MATCHER (IsFalse, negation ? "is true" :"is false")