class unitpp::node

A node in the test tree.

Inheritance:


Public Methods

[more] node(suite_node* par, test&)
Create this node under par
[more]QListViewItem* lvi()
Get the associated QListViewItem
[more]state status()
[more]void ok()
[signal] emitted when the test succedes
[more]void fail()
[signal] emitted when the test fails
[more]void error()
[signal] emitted when the test throws an exception
[more]virtual void run()
[slot] Make the test run, and emit appropriate signals

Protected Methods

[more] node(gui* par, test&)
Make a top level test, directly under the gui
[more]void status(state s)
Set the status of the node, including update of the displayed icon


Documentation

A node in the test tree. An error in Qt prevents this to be derived from QListViewItem, hence the separation.
o node(suite_node* par, test&)
Create this node under par

oQListViewItem* lvi()
Get the associated QListViewItem

ostate status()

ovoid ok()
[signal] emitted when the test succedes

ovoid fail()
[signal] emitted when the test fails

ovoid error()
[signal] emitted when the test throws an exception

ovirtual void run()
[slot] Make the test run, and emit appropriate signals

o node(gui* par, test&)
Make a top level test, directly under the gui

ovoid status(state s)
Set the status of the node, including update of the displayed icon


Direct child classes:
suite_node

Alphabetic index HTML hierarchy of classes or Java



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