Package grassyknoll :: Package tests :: Package test_concurrent :: Module test_ThreadPool :: Class TestPool
[hide private]

Class TestPool

source code


Instance Methods [hide private]
 
makeMesg(self, x) source code
 
test_basic(self) source code
 
test_several_messages(self) source code
 
test_error(self) source code
 
test_noreply(self) source code
 
test_reply_box_full(self) source code

Inherited from BaseTestPool: box_size, getFunc, setUp, tearDown

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

Class Variables [hide private]

Inherited from BaseTestPool: box_factor, kwargs, num_workers

Inherited from BaseTestPool (private): _ThreadPoolClass

Properties [hide private]

Inherited from object: __class__