class AttachmentValueMatcher

Defined at line 25 of file ../../src/developer/forensics/testing/gmatchers.h

Allows expectations to be set on AttachmentValue. Needed because values can't easily be compared

for equality due to the move-only nature of AttachmentValue.

Public Methods

void AttachmentValueMatcher (std::string value)

Defined at line 30 of file ../../src/developer/forensics/testing/gmatchers.h

void AttachmentValueMatcher (const Error error)

Defined at line 31 of file ../../src/developer/forensics/testing/gmatchers.h

void AttachmentValueMatcher (std::string value, const Error error)

Defined at line 32 of file ../../src/developer/forensics/testing/gmatchers.h

bool MatchAndExplain (const feedback::AttachmentValue & val, ::testing::MatchResultListener * listener)

Defined at line 35 of file ../../src/developer/forensics/testing/gmatchers.h

void DescribeTo (::std::ostream * os)

Defined at line 50 of file ../../src/developer/forensics/testing/gmatchers.h

void DescribeNegationTo (::std::ostream * os)

Defined at line 52 of file ../../src/developer/forensics/testing/gmatchers.h