mimic++ v9.3.0
Loading...
Searching...
No Matches
mimicpp::reporting::ExpectationReport Class Reference

Contains the extracted info from a typed expectation. More...

#include <ExpectationReport.hpp>

Collaboration diagram for mimicpp::reporting::ExpectationReport:
[legend]

Public Attributes

util::SourceLocation from {}
TargetReport target
control_state_t controlReport {}
std::optional< StringTfinalizerDescription {}
std::vector< std::optional< StringT > > requirementDescriptions {}

Friends

bool operator== (ExpectationReport const &, ExpectationReport const &)=default

Detailed Description

Contains the extracted info from a typed expectation.

◆ operator==

bool operator== ( ExpectationReport const & ,
ExpectationReport const &  )
friend

Member Data Documentation

◆ controlReport

control_state_t mimicpp::reporting::ExpectationReport::controlReport {}

◆ finalizerDescription

std::optional<StringT> mimicpp::reporting::ExpectationReport::finalizerDescription {}

◆ from

util::SourceLocation mimicpp::reporting::ExpectationReport::from {}

◆ requirementDescriptions

std::vector<std::optional<StringT> > mimicpp::reporting::ExpectationReport::requirementDescriptions {}

◆ target

TargetReport mimicpp::reporting::ExpectationReport::target

The documentation for this class was generated from the following file: