A single expectation about a board, which can be run as a test against a parsed BOARD.
More...
#include <board_expectations.h>
|
| virtual | ~BOARD_EXPECTATION ()=default |
| |
| virtual void | RunTest (const BOARD &aBrd) const =0 |
| |
| virtual std::string | GetName () const =0 |
| |
| void | SetComment (std::string aComment) |
| | Set a comment to be included in the test output for this expectation, which can be used to provide more details about the expectation.
|
| |
| const std::string & | GetComment () const |
| |
A single expectation about a board, which can be run as a test against a parsed BOARD.
Definition at line 42 of file board_expectations.h.
◆ ~BOARD_EXPECTATION()
| virtual KI_TEST::BOARD_EXPECTATION::~BOARD_EXPECTATION |
( |
| ) |
|
|
virtualdefault |
◆ GetComment()
| const std::string & KI_TEST::BOARD_EXPECTATION::GetComment |
( |
| ) |
const |
|
inline |
◆ GetName()
| virtual std::string KI_TEST::BOARD_EXPECTATION::GetName |
( |
| ) |
const |
|
pure virtual |
◆ RunTest()
| virtual void KI_TEST::BOARD_EXPECTATION::RunTest |
( |
const BOARD & | aBrd | ) |
const |
|
pure virtual |
◆ SetComment()
| void KI_TEST::BOARD_EXPECTATION::SetComment |
( |
std::string | aComment | ) |
|
|
inline |
Set a comment to be included in the test output for this expectation, which can be used to provide more details about the expectation.
Definition at line 56 of file board_expectations.h.
References m_Comment.
◆ m_Comment
| std::string KI_TEST::BOARD_EXPECTATION::m_Comment |
|
private |
The documentation for this class was generated from the following file: