com.google.common.collect.testing
Class TestsForMapsInJavaUtil

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

public class TestsForMapsInJavaUtil
extends Object

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

Author:
Kevin Bourrillion

Constructor Summary
TestsForMapsInJavaUtil()
           
 
Method Summary
 junit.framework.Test allTests()
           
static junit.framework.Test suite()
           
protected  Collection<Method> suppressForConcurrentHashMap()
           
protected  Collection<Method> suppressForEmptyMap()
           
protected  Collection<Method> suppressForEnumMap()
           
protected  Collection<Method> suppressForHashMap()
           
protected  Collection<Method> suppressForLinkedHashMap()
           
protected  Collection<Method> suppressForSingletonMap()
           
protected  Collection<Method> suppressForTreeMap()
           
 junit.framework.Test testsForConcurrentHashMap()
           
 junit.framework.Test testsForEmptyMap()
           
 junit.framework.Test testsForEnumMap()
           
 junit.framework.Test testsForHashMap()
           
 junit.framework.Test testsForLinkedHashMap()
           
 junit.framework.Test testsForSingletonMap()
           
 junit.framework.Test testsForTreeMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestsForMapsInJavaUtil

public TestsForMapsInJavaUtil()
Method Detail

suite

public static junit.framework.Test suite()

allTests

public junit.framework.Test allTests()

suppressForEmptyMap

protected Collection<Method> suppressForEmptyMap()

suppressForSingletonMap

protected Collection<Method> suppressForSingletonMap()

suppressForHashMap

protected Collection<Method> suppressForHashMap()

suppressForLinkedHashMap

protected Collection<Method> suppressForLinkedHashMap()

suppressForTreeMap

protected Collection<Method> suppressForTreeMap()

suppressForEnumMap

protected Collection<Method> suppressForEnumMap()

suppressForConcurrentHashMap

protected Collection<Method> suppressForConcurrentHashMap()

testsForEmptyMap

public junit.framework.Test testsForEmptyMap()

testsForSingletonMap

public junit.framework.Test testsForSingletonMap()

testsForHashMap

public junit.framework.Test testsForHashMap()

testsForLinkedHashMap

public junit.framework.Test testsForLinkedHashMap()

testsForTreeMap

public junit.framework.Test testsForTreeMap()

testsForEnumMap

public junit.framework.Test testsForEnumMap()

testsForConcurrentHashMap

public junit.framework.Test testsForConcurrentHashMap()


Copyright © 2010-2011. All Rights Reserved.