com.google.common.collect.testing
Class TestsForQueuesInJavaUtil

java.lang.Object
  extended by com.google.common.collect.testing.TestsForQueuesInJavaUtil

public class TestsForQueuesInJavaUtil
extends Object

Generates a test suite covering the Queue implementations in the java.util package. Can be subclassed to specify tests that should be suppressed.

Author:
Jared Levy

Constructor Summary
TestsForQueuesInJavaUtil()
           
 
Method Summary
 junit.framework.Test allTests()
           
static junit.framework.Test suite()
           
protected  Collection<Method> suppressForArrayBlockingQueue()
           
protected  Collection<Method> suppressForConcurrentLinkedQueue()
           
protected  Collection<Method> suppressForLinkedBlockingQueue()
           
protected  Collection<Method> suppressForLinkedList()
           
protected  Collection<Method> suppressForPriorityBlockingQueue()
           
protected  Collection<Method> suppressForPriorityQueue()
           
 junit.framework.Test testsForArrayBlockingQueue()
           
 junit.framework.Test testsForConcurrentLinkedQueue()
           
 junit.framework.Test testsForLinkedBlockingQueue()
           
 junit.framework.Test testsForLinkedList()
           
 junit.framework.Test testsForPriorityBlockingQueue()
           
 junit.framework.Test testsForPriorityQueue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestsForQueuesInJavaUtil

public TestsForQueuesInJavaUtil()
Method Detail

suite

public static junit.framework.Test suite()

allTests

public junit.framework.Test allTests()

suppressForLinkedList

protected Collection<Method> suppressForLinkedList()

suppressForArrayBlockingQueue

protected Collection<Method> suppressForArrayBlockingQueue()

suppressForConcurrentLinkedQueue

protected Collection<Method> suppressForConcurrentLinkedQueue()

suppressForLinkedBlockingQueue

protected Collection<Method> suppressForLinkedBlockingQueue()

suppressForPriorityBlockingQueue

protected Collection<Method> suppressForPriorityBlockingQueue()

suppressForPriorityQueue

protected Collection<Method> suppressForPriorityQueue()

testsForLinkedList

public junit.framework.Test testsForLinkedList()

testsForArrayBlockingQueue

public junit.framework.Test testsForArrayBlockingQueue()

testsForConcurrentLinkedQueue

public junit.framework.Test testsForConcurrentLinkedQueue()

testsForLinkedBlockingQueue

public junit.framework.Test testsForLinkedBlockingQueue()

testsForPriorityBlockingQueue

public junit.framework.Test testsForPriorityBlockingQueue()

testsForPriorityQueue

public junit.framework.Test testsForPriorityQueue()


Copyright © 2010-2012. All Rights Reserved.