1 17 package org.apache.excalibur.event.test; 18 19 import org.apache.excalibur.event.impl.DefaultQueue; 20 21 26 public final class QueueTestCase extends AbstractQueueTestCase 27 { 28 public QueueTestCase( String name ) 29 { 30 super( name ); 31 } 32 33 public void testDefaultQueue() 34 throws Exception  35 { 36 this.performQueue( new DefaultQueue() ); 37 } 38 } 39 | Popular Tags |