Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <status_matchers.h>
Public Member Functions | |
MonoStatusIsMatcherImpl (StatusIsMatcherCommonImpl common_impl) | |
void | DescribeTo (std::ostream *os) const override |
void | DescribeNegationTo (std::ostream *os) const override |
bool | MatchAndExplain (T actual_value, ::testing::MatchResultListener *result_listener) const override |
Monomorphic implementation of matcher StatusIs() for a given type T. T can be Status, StatusOr<>, or a reference to either of them.
Definition at line 211 of file status_matchers.h.
|
inlineexplicit |
Definition at line 213 of file status_matchers.h.
|
inlineoverride |
Definition at line 220 of file status_matchers.h.
|
inlineoverride |
Definition at line 216 of file status_matchers.h.
|
inlineoverride |
Definition at line 224 of file status_matchers.h.