scenario_simulator_v2 C++ API
Public Member Functions | Public Attributes | List of all members
junit::TestCase Struct Reference

#include <test_case.hpp>

Public Member Functions

 TestCase (const std::string &name, const std::string &classname, const double &time, const TestResult &result, const std::string &type="untyped", const std::string &description="")
 

Public Attributes

const std::string name
 
const std::string test_suite
 
const std::string classname
 
const double time
 
const TestResult result
 
const std::string type
 
const std::string description
 

Constructor & Destructor Documentation

◆ TestCase()

junit::TestCase::TestCase ( const std::string &  name,
const std::string &  classname,
const double &  time,
const TestResult result,
const std::string &  type = "untyped",
const std::string &  description = "" 
)
inlineexplicit

Member Data Documentation

◆ classname

const std::string junit::TestCase::classname

◆ description

const std::string junit::TestCase::description

◆ name

const std::string junit::TestCase::name

◆ result

const TestResult junit::TestCase::result

◆ test_suite

const std::string junit::TestCase::test_suite

◆ time

const double junit::TestCase::time

◆ type

const std::string junit::TestCase::type

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