Package libxyz :: Package core :: Module tests :: Class TestQueue
[hide private]
[frames] | no frames]

Class TestQueue

source code

object --+
         |
        TestQueue

libxyz.core.Queue tests

Instance Methods [hide private]
 
setUp(self) source code
 
test_queue_input_arg(self) source code
 
test_queue_pop(self) source code
 
test_queue_tail1(self) source code
 
test_queue_tail2(self) source code
 
test_func(self) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

test_queue_input_arg(self)

source code 
Decorators:
  • @raises(XYZValueError)

test_queue_pop(self)

source code 
Decorators:
  • @raises(IndexError)