scenario_simulator_v2 C++ API
Public Member Functions | List of all members
junit::TestSuites Class Reference

#include <test_suites.hpp>

Public Member Functions

 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)
 

Constructor & Destructor Documentation

◆ TestSuites()

junit::TestSuites::TestSuites ( )
explicit

Member Function Documentation

◆ 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: