Bridge++  Ver. 2.0.2
TestManager::Stat Struct Reference

Public Member Functions

void reset ()
 
void success (const std::string &test_name)
 
void failure (const std::string &test_name)
 
void skip (const std::string &test_name)
 

Public Attributes

int m_num_tests
 
int m_num_success
 
int m_num_failure
 
int m_num_skip
 
std::vector< std::string > m_list_failure
 
std::vector< std::string > m_list_skip
 

Detailed Description

Definition at line 110 of file testManager.h.

Member Function Documentation

◆ failure()

void TestManager::Stat::failure ( const std::string &  test_name)

Definition at line 499 of file testManager.cpp.

◆ reset()

void TestManager::Stat::reset ( )

Definition at line 479 of file testManager.cpp.

◆ skip()

void TestManager::Stat::skip ( const std::string &  test_name)

Definition at line 508 of file testManager.cpp.

◆ success()

void TestManager::Stat::success ( const std::string &  test_name)

Definition at line 491 of file testManager.cpp.

Member Data Documentation

◆ m_list_failure

std::vector<std::string> TestManager::Stat::m_list_failure

Definition at line 116 of file testManager.h.

◆ m_list_skip

std::vector<std::string> TestManager::Stat::m_list_skip

Definition at line 117 of file testManager.h.

◆ m_num_failure

int TestManager::Stat::m_num_failure

Definition at line 114 of file testManager.h.

◆ m_num_skip

int TestManager::Stat::m_num_skip

Definition at line 115 of file testManager.h.

◆ m_num_success

int TestManager::Stat::m_num_success

Definition at line 113 of file testManager.h.

◆ m_num_tests

int TestManager::Stat::m_num_tests

Definition at line 112 of file testManager.h.


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