Package grassyknoll :: Package tests :: Package test_concurrent :: Module test_MailBox :: Class TestMailBox
[hide private]

Class TestMailBox

source code


Instance Methods [hide private]
 
setup(self) source code
 
test_empty(self) source code
 
test_send_recv(self) source code
 
test_send_full(self) source code
 
test_recv_order(self) source code
 
test_close(self) source code
 
test_bad_send(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__