|
Wire Sysio Wire Sysion 1.0.0
|
#include <catch_test_case_tracker.h>
Public Member Functions | |
| NameAndLocation (std::string const &_name, SourceLineInfo const &_location) | |
Public Attributes | |
| std::string | name |
| SourceLineInfo | location |
Definition at line 21 of file catch_test_case_tracker.h.
| Catch::TestCaseTracking::NameAndLocation::NameAndLocation | ( | std::string const & | _name, |
| SourceLineInfo const & | _location ) |
Definition at line 26 of file catch_test_case_tracker.cpp.
| SourceLineInfo Catch::TestCaseTracking::NameAndLocation::location |
Definition at line 23 of file catch_test_case_tracker.h.
| std::string Catch::TestCaseTracking::NameAndLocation::name |
Definition at line 22 of file catch_test_case_tracker.h.