1 8 package org.apache.avalon.excalibur.event.test; 9 10 import junit.framework.TestCase; 11 import org.apache.avalon.excalibur.event.DefaultQueue; 12 13 18 public final class QueueTestCase extends AbstractQueueTestCase 19 { 20 public QueueTestCase( String name ) 21 { 22 super( name ); 23 } 24 25 public void testDefaultQueue() 26 throws Exception  27 { 28 this.performQueue( new DefaultQueue() ); 29 } 30 } | Popular Tags |