FuncDoodle
Loading...
Searching...
No Matches
FuncDoodle::TestResult Struct Reference

Represents a single failed or recorded test assertion. More...

#include <Test.h>

Public Attributes

std::string condition
 Stringified test condition.
std::string message
 Optional failure message.
bool passed
 Whether the test passed.

Detailed Description

Represents a single failed or recorded test assertion.

Member Data Documentation

◆ condition

std::string FuncDoodle::TestResult::condition

Stringified test condition.

◆ message

std::string FuncDoodle::TestResult::message

Optional failure message.

◆ passed

bool FuncDoodle::TestResult::passed

Whether the test passed.


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