MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
mttest::TestCase Struct Reference

Test case metadata. More...

#include <mttest.hpp>

Public Attributes

std::function< void(TestContext &)> case_impl
 
std::string suite
 
std::string name
 

Detailed Description

Test case metadata.

Definition at line 157 of file mttest.hpp.

Member Data Documentation

◆ case_impl

std::function<void(TestContext &)> mttest::TestCase::case_impl

Definition at line 158 of file mttest.hpp.

◆ name

std::string mttest::TestCase::name

Definition at line 160 of file mttest.hpp.

◆ suite

std::string mttest::TestCase::suite

Definition at line 159 of file mttest.hpp.


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