Generic queue for writing unit tests
| Instance Method Summary | |
| dequeue(string= opt_comment) ⇒ ?ObjectGets the next event from the queue. Throws an exception if the queue is empty. | |
| enqueue(?Object event)Adds a new event onto the queue. | |
| isEmpty() ⇒ booleanReturns whether the queue is empty. | |