#include <test_suites.hpp>
|
| TestSuites () |
|
void | write (const boost::filesystem::path &path) |
|
auto | contains (const std::string &suite_name, const std::string &case_name) const |
|
auto | getTotalTime () const |
|
template<typename... Ts> |
void | addTestCase (const std::string &suite_name, const std::string &case_name, Ts &&... xs) |
|
◆ TestSuites()
junit::TestSuites::TestSuites |
( |
| ) |
|
|
explicit |
◆ addTestCase()
template<typename... Ts>
void junit::TestSuites::addTestCase |
( |
const std::string & |
suite_name, |
|
|
const std::string & |
case_name, |
|
|
Ts &&... |
xs |
|
) |
| |
|
inline |
◆ contains()
auto junit::TestSuites::contains |
( |
const std::string & |
suite_name, |
|
|
const std::string & |
case_name |
|
) |
| const |
|
inline |
◆ getTotalTime()
auto junit::TestSuites::getTotalTime |
( |
| ) |
const |
|
inline |
◆ write()
void junit::TestSuites::write |
( |
const boost::filesystem::path & |
path | ) |
|
The documentation for this class was generated from the following files: