Bridge++  Ver. 1.1.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TestManager::Stat Struct Reference

Public Member Functions

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

Public Attributes

int m_num_tests
 
int m_num_failure
 
std::vector< std::string > m_list_failure
 

Detailed Description

Definition at line 114 of file testManager.h.

Member Function Documentation

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

Definition at line 412 of file testManager.cpp.

void TestManager::Stat::reset ( )

Definition at line 396 of file testManager.cpp.

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

Definition at line 405 of file testManager.cpp.

Member Data Documentation

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

Definition at line 118 of file testManager.h.

int TestManager::Stat::m_num_failure

Definition at line 117 of file testManager.h.

int TestManager::Stat::m_num_tests

Definition at line 116 of file testManager.h.


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