μHAL (v2.6.5)
Part of the IPbus software repository
Public Member Functions | Public Attributes | List of all members
ListWritingVisitor Struct Reference
Inheritance diagram for ListWritingVisitor:
[legend]
Collaboration diagram for ListWritingVisitor:
[legend]

Public Member Functions

 ListWritingVisitor (const size_t aMaxDepth)
 
void visit (boost::unit_test::test_case const &test)
 
bool test_suite_start (boost::unit_test::test_suite const &suite)
 
void test_suite_finish (boost::unit_test::test_suite const &suite)
 

Public Attributes

size_t level
 
size_t maxDepth
 

Detailed Description

Definition at line 65 of file run_uhal_tests.cxx.

Constructor & Destructor Documentation

◆ ListWritingVisitor()

ListWritingVisitor::ListWritingVisitor ( const size_t  aMaxDepth)
inline

Definition at line 70 of file run_uhal_tests.cxx.

Member Function Documentation

◆ test_suite_finish()

void ListWritingVisitor::test_suite_finish ( boost::unit_test::test_suite const &  suite)
inline

Definition at line 90 of file run_uhal_tests.cxx.

◆ test_suite_start()

bool ListWritingVisitor::test_suite_start ( boost::unit_test::test_suite const &  suite)
inline

Definition at line 81 of file run_uhal_tests.cxx.

◆ visit()

void ListWritingVisitor::visit ( boost::unit_test::test_case const &  test)
inline

Definition at line 75 of file run_uhal_tests.cxx.

Member Data Documentation

◆ level

size_t ListWritingVisitor::level

Definition at line 67 of file run_uhal_tests.cxx.

◆ maxDepth

size_t ListWritingVisitor::maxDepth

Definition at line 68 of file run_uhal_tests.cxx.


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