CppGraph Application Framework©
Copyright © 2004-202x Geoff Goldberg
Classes
Uncategorized Classes
Collaboration diagram for Uncategorized Classes:

Classes

struct  cppgraph::running_test_state
 A running test state runs a test. More...
 
struct  cppgraph::running_test_suite_state
 A running test suites state runs a test suites. More...
 
struct  cppgraph::test
 A test contains a graph that a test thread runs (input) and an array of test results (output). More...
 
struct  cppgraph::test_results
 A test results provides results from the run of a test. More...
 
struct  cppgraph::test_results_generator
 A test results generator is used internally by a test thread to collect and publish test results. More...
 
struct  cppgraph::test_runner
 A test_runner runs a test. More...
 
struct  cppgraph::test_suite
 A test_suite is an ordered collection of tests. More...
 
struct  cppgraph::test_suite_runner
 A test suite runner runs a collection of tests. More...
 
struct  cppgraph::test_suites
 A test suites is a named, ordered collection of test suite instances. More...
 
struct  cppgraph::test_suites_runner
 A test suites runner runs a collection of test suites. More...
 
struct  cppgraph::test_thread
 A test thread runs a specified graph and collects results using a test results generator. More...
 

Detailed Description