CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CppAD::test_boolofvoid Class Reference

One class object is used to run a group of tests. More...

Public Member Functions

size_t n_error (void) const
 nuber of tests that failed More...
 
size_t n_ok (void) const
 nuber of tests that passed More...
 
bool operator() (bool test(void), const std::string &name)
 run one test More...
 
bool summary (bool memory_ok)
 summary More...
 
 test_boolofvoid (const std::string &group, size_t width)
 ctor More...
 
 ~test_boolofvoid (void)
 destructor More...
 

Private Attributes

const std::string group_
 name for the group of test this object will run More...
 
size_t n_error_
 number of tests that have failed More...
 
size_t n_ok_
 number of tests that have passed More...
 
const size_t width_
 number of characters used to display the name for each indiviual test (must be larger than the number of characters in name for each test) More...
 

Detailed Description

One class object is used to run a group of tests.

Definition at line 91 of file test_boolofvoid.hpp.


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