Public Member Functions
event.BasicTest Class Reference

List of all members.

Public Member Functions

def test_basic
def test_multiple_unsubscribe_once
def test_multiple_unsubscribe_repeating
def test_subscription_change
def test_unsub_myself
def test_unsub_myself_blocking
def test_unsub_myself_nonblocking
def test_unsubscribe_all

Detailed Description

Definition at line 191 of file graveyard/event.py.


Member Function Documentation

Tests basic functionality.

Adds a couple of callbacks. Makes sure they are called the
right number of times. Checks that parameters are correct,
including keyword arguments giving priority to subscribe over
trigger.

Definition at line 192 of file graveyard/event.py.

Tests exceptoin on multiple unsubscribe for non-repeating subscribers.

Definition at line 251 of file graveyard/event.py.

Tests exceptoin on multiple unsubscribe for repeating subscribers.

Definition at line 244 of file graveyard/event.py.

Test that the _subscription_change is called appropriately.

Definition at line 217 of file graveyard/event.py.

Tests that a callback can unsubscribe itself.

Definition at line 232 of file graveyard/event.py.

Tests that a blocking unsubscribe on myself raises exception.

Definition at line 269 of file graveyard/event.py.

Tests that a nonblocking unsubscribe on myself does not raise.

Definition at line 277 of file graveyard/event.py.

Tests basic unsubscribe_all functionality.

Definition at line 258 of file graveyard/event.py.


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


multi_interface_roam
Author(s): Blaise Gassend
autogenerated on Thu Jan 2 2014 11:26:15