Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Testsuite

Acceptance tests

Acceptance tests

Test Type Description If failing...

dead_slot_test.cpp

run

Ensure that calling connect with a slot that has already been disconnected via deletion does not actually connect to the slot.

 

deletion_test.cpp

run

Test deletion of slots.

 

ordering_test.cpp

run

Test slot group ordering.

 

signal_n_test.cpp

run

Basic test of signal/slot connections and invocation using the boost::signalN class templates.

 

signal_test.cpp

run

Basic test of signal/slot connections and invocation using the boost::signal class template.

The boost::signal class template may not be usable on your compiler. However, the boost::signalN class templates may still be usable.

trackable_test.cpp

run

Test automatic lifetime management using boost::trackable objects.

 

PrevUpHomeNext