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

Implementation of IsOk(). More...

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
 

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>.