class unitpp::suite_node

A specialized node representing a test suite

Inheritance:


Public Methods

[more] suite_node(suite_node* par, suite&)
Inner suite creation
[more] suite_node(gui* par, suite&)
Top level suite_node
[more]virtual void run()
Test
[more]void add_child(node* n)
Register a node below this


Inherited from node:

Public Methods

oQListViewItem* lvi()
ostate status()
ovoid ok()
ovoid fail()
ovoid error()

Protected Methods

ovoid status(state s)


Documentation

A specialized node representing a test suite
o suite_node(suite_node* par, suite&)
Inner suite creation

o suite_node(gui* par, suite&)
Top level suite_node

ovirtual void run()
Test

ovoid add_child(node* n)
Register a node below this


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.