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

#include <junit5.hpp>

Public Member Functions

 Error (const xs::string &type, const xs::string &message)
 

Public Attributes

xs::string type
 
xs::string message
 

Friends

auto operator<< (std::ostream &os, const Error &error) -> std::ostream &
 
auto operator<< (pugi::xml_node node, const Error &error) -> pugi::xml_node
 

Constructor & Destructor Documentation

◆ Error()

common::junit::Error::Error ( const xs::string type,
const xs::string message 
)
inlineexplicit

Friends And Related Function Documentation

◆ operator<< [1/2]

auto operator<< ( pugi::xml_node  node,
const Error error 
) -> pugi::xml_node
friend

◆ operator<< [2/2]

auto operator<< ( std::ostream &  os,
const Error error 
) -> std::ostream &
friend

Member Data Documentation

◆ message

xs::string common::junit::Error::message

◆ type

xs::string common::junit::Error::type

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