Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
testing::status::internal Namespace Reference

Implementation of IsOk(). More...

Detailed Description

Implementation of IsOk().

Implementation of StatusIs().

StatusIs() is a polymorphic matcher. This class is the common implementation of it shared by all types T where StatusIs() can be used as a Matcher<T>.

Classes

class  IsOkAndHoldsMatcher
 Implements IsOkAndHolds(m) as a polymorphic matcher. More...
class  IsOkAndHoldsMatcherImpl
class  IsOkMatcher
 Implements IsOk() as a polymorphic matcher. More...
class  MonoIsOkMatcherImpl
class  MonoStatusIsMatcherImpl
class  StatusIsMatcher
 Implements StatusIs() as a polymorphic matcher. More...
class  StatusIsMatcherCommonImpl