Class: PoorPriorityQueueTest
- Inherits:
-
Test::Unit::TestCase
- Object
- Test::Unit::TestCase
- PoorPriorityQueueTest
- Includes:
- PriorityQueueTest
- Defined in:
- lib/priority-queue/test/priority_queue_test.rb
Instance Method Summary collapse
Methods included from PriorityQueueTest
#teardown, #test_access, #test_decrease_priority, #test_delete, #test_delete_min, #test_delete_min_return_key, #test_delete_min_return_priority, #test_dup, #test_each, #test_empty?, #test_example_1, #test_has_key?, #test_increase_priority, #test_length, #test_merge, #test_min, #test_min_key, #test_min_priority, #test_push, #test_push_decrease_pop, #test_push_pop
Instance Method Details
#setup ⇒ Object
296 297 298 |
# File 'lib/priority-queue/test/priority_queue_test.rb', line 296 def setup @q = PoorPriorityQueue.new end |