public final class com.google.common.collect.testing.MapTestSuiteBuilderTests extends junit.framework.TestCase
{
private void <init>()
{
com.google.common.collect.testing.MapTestSuiteBuilderTests v;
v := @this: com.google.common.collect.testing.MapTestSuiteBuilderTests;
specialinvoke v.<junit.framework.TestCase: void <init>()>();
return;
}
public static junit.framework.Test suite()
{
junit.framework.TestSuite v;
junit.framework.Test v, v, v;
java.lang.Class v;
java.lang.String v;
v = new junit.framework.TestSuite;
v = class "Lcom/google/common/collect/testing/MapTestSuiteBuilderTests;";
v = virtualinvoke v.<java.lang.Class: java.lang.String getSimpleName()>();
specialinvoke v.<junit.framework.TestSuite: void <init>(java.lang.String)>(v);
v = staticinvoke <com.google.common.collect.testing.MapTestSuiteBuilderTests: junit.framework.Test testsForHashMapNullKeysForbidden()>();
virtualinvoke v.<junit.framework.TestSuite: void addTest(junit.framework.Test)>(v);
v = staticinvoke <com.google.common.collect.testing.MapTestSuiteBuilderTests: junit.framework.Test testsForHashMapNullValuesForbidden()>();
virtualinvoke v.<junit.framework.TestSuite: void addTest(junit.framework.Test)>(v);
v = staticinvoke <com.google.common.collect.testing.MapTestSuiteBuilderTests: junit.framework.Test testsForSetUpTearDown()>();
virtualinvoke v.<junit.framework.TestSuite: void addTest(junit.framework.Test)>(v);
return v;
}
private static transient junit.framework.TestSuite wrappedHashMapTests(com.google.common.collect.testing.MapTestSuiteBuilderTests$WrappedHashMapGenerator, java.lang.String, com.google.common.collect.testing.features.Feature[])
{
java.lang.Object[] v;
com.google.common.collect.testing.MapTestSuiteBuilderTests$WrappedHashMapGenerator v;
com.google.common.collect.testing.MapTestSuiteBuilder v;
com.google.common.collect.testing.features.Feature[] v;
com.google.common.collect.testing.features.CollectionSize v;
java.util.ArrayList v;
junit.framework.TestSuite v;
com.google.common.collect.testing.features.CollectionFeature v;
java.lang.String v;
com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder v, v;
com.google.common.collect.testing.features.MapFeature v;
v := @parameter: com.google.common.collect.testing.MapTestSuiteBuilderTests$WrappedHashMapGenerator;
v := @parameter: java.lang.String;
v := @parameter: com.google.common.collect.testing.features.Feature[];
v = staticinvoke <com.google.common.collect.Lists: java.util.ArrayList newArrayList(java.lang.Object[])>(v);
v = newarray (java.lang.Enum)[3];
v = <com.google.common.collect.testing.features.MapFeature: com.google.common.collect.testing.features.MapFeature GENERAL_PURPOSE>;
v[0] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUPPORTS_ITERATOR_REMOVE>;
v[1] = v;
v = <com.google.common.collect.testing.features.CollectionSize: com.google.common.collect.testing.features.CollectionSize ANY>;
v[2] = v;
staticinvoke <java.util.Collections: boolean addAll(java.util.Collection,java.lang.Object[])>(v, v);
v = staticinvoke <com.google.common.collect.testing.MapTestSuiteBuilder: com.google.common.collect.testing.MapTestSuiteBuilder using(com.google.common.collect.testing.TestMapGenerator)>(v);
v = virtualinvoke v.<com.google.common.collect.testing.MapTestSuiteBuilder: com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder named(java.lang.String)>(v);
v = virtualinvoke v.<com.google.common.collect.testing.MapTestSuiteBuilder: com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder withFeatures(java.lang.Iterable)>(v);
v = virtualinvoke v.<com.google.common.collect.testing.MapTestSuiteBuilder: junit.framework.TestSuite createTestSuite()>();
return v;
}
private static junit.framework.Test testsForHashMapNullKeysForbidden()
{
junit.framework.TestSuite v;
java.lang.Object[] v;
com.google.common.collect.testing.MapTestSuiteBuilderTests$1 v;
com.google.common.collect.testing.features.MapFeature v;
v = new com.google.common.collect.testing.MapTestSuiteBuilderTests$1;
specialinvoke v.<com.google.common.collect.testing.MapTestSuiteBuilderTests$1: void <init>()>();
v = newarray (com.google.common.collect.testing.features.Feature)[1];
v = <com.google.common.collect.testing.features.MapFeature: com.google.common.collect.testing.features.MapFeature ALLOWS_NULL_VALUES>;
v[0] = v;
v = staticinvoke <com.google.common.collect.testing.MapTestSuiteBuilderTests: junit.framework.TestSuite wrappedHashMapTests(com.google.common.collect.testing.MapTestSuiteBuilderTests$WrappedHashMapGenerator,java.lang.String,com.google.common.collect.testing.features.Feature[])>(v, "HashMap w/out null keys", v);
return v;
}
private static junit.framework.Test testsForHashMapNullValuesForbidden()
{
junit.framework.TestSuite v;
java.lang.Object[] v;
com.google.common.collect.testing.MapTestSuiteBuilderTests$2 v;
com.google.common.collect.testing.features.MapFeature v;
v = new com.google.common.collect.testing.MapTestSuiteBuilderTests$2;
specialinvoke v.<com.google.common.collect.testing.MapTestSuiteBuilderTests$2: void <init>()>();
v = newarray (com.google.common.collect.testing.features.Feature)[1];
v = <com.google.common.collect.testing.features.MapFeature: com.google.common.collect.testing.features.MapFeature ALLOWS_NULL_KEYS>;
v[0] = v;
v = staticinvoke <com.google.common.collect.testing.MapTestSuiteBuilderTests: junit.framework.TestSuite wrappedHashMapTests(com.google.common.collect.testing.MapTestSuiteBuilderTests$WrappedHashMapGenerator,java.lang.String,com.google.common.collect.testing.features.Feature[])>(v, "HashMap w/out null values", v);
return v;
}
private static junit.framework.Test testsForSetUpTearDown()
{
com.google.common.collect.testing.MapTestSuiteBuilderTests$CheckSetUpHashMapGenerator v;
java.lang.Object[] v;
java.util.concurrent.atomic.AtomicBoolean v;
junit.framework.TestSuite v;
com.google.common.collect.testing.features.CollectionFeature v, v;
com.google.common.collect.testing.MapTestSuiteBuilder v;
com.google.common.collect.testing.features.CollectionSize v;
com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder v, v, v, v;
com.google.common.collect.testing.features.MapFeature v, v, v;
com.google.common.collect.testing.MapTestSuiteBuilderTests$3 v;
com.google.common.collect.testing.MapTestSuiteBuilderTests$4 v;
v = new java.util.concurrent.atomic.AtomicBoolean;
specialinvoke v.<java.util.concurrent.atomic.AtomicBoolean: void <init>()>();
v = new com.google.common.collect.testing.MapTestSuiteBuilderTests$3;
specialinvoke v.<com.google.common.collect.testing.MapTestSuiteBuilderTests$3: void <init>(java.util.concurrent.atomic.AtomicBoolean)>(v);
v = new com.google.common.collect.testing.MapTestSuiteBuilderTests$4;
specialinvoke v.<com.google.common.collect.testing.MapTestSuiteBuilderTests$4: void <init>(java.util.concurrent.atomic.AtomicBoolean)>(v);
v = new com.google.common.collect.testing.MapTestSuiteBuilderTests$CheckSetUpHashMapGenerator;
specialinvoke v.<com.google.common.collect.testing.MapTestSuiteBuilderTests$CheckSetUpHashMapGenerator: void <init>(java.util.concurrent.atomic.AtomicBoolean)>(v);
v = staticinvoke <com.google.common.collect.testing.MapTestSuiteBuilder: com.google.common.collect.testing.MapTestSuiteBuilder using(com.google.common.collect.testing.TestMapGenerator)>(v);
v = virtualinvoke v.<com.google.common.collect.testing.MapTestSuiteBuilder: com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder named(java.lang.String)>("setUpTearDown");
v = newarray (com.google.common.collect.testing.features.Feature)[6];
v = <com.google.common.collect.testing.features.MapFeature: com.google.common.collect.testing.features.MapFeature GENERAL_PURPOSE>;
v[0] = v;
v = <com.google.common.collect.testing.features.MapFeature: com.google.common.collect.testing.features.MapFeature ALLOWS_NULL_KEYS>;
v[1] = v;
v = <com.google.common.collect.testing.features.MapFeature: com.google.common.collect.testing.features.MapFeature ALLOWS_NULL_VALUES>;
v[2] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SERIALIZABLE>;
v[3] = v;
v = <com.google.common.collect.testing.features.CollectionFeature: com.google.common.collect.testing.features.CollectionFeature SUPPORTS_ITERATOR_REMOVE>;
v[4] = v;
v = <com.google.common.collect.testing.features.CollectionSize: com.google.common.collect.testing.features.CollectionSize ANY>;
v[5] = v;
v = virtualinvoke v.<com.google.common.collect.testing.MapTestSuiteBuilder: com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder withFeatures(com.google.common.collect.testing.features.Feature[])>(v);
v = virtualinvoke v.<com.google.common.collect.testing.MapTestSuiteBuilder: com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder withSetUp(java.lang.Runnable)>(v);
v = virtualinvoke v.<com.google.common.collect.testing.MapTestSuiteBuilder: com.google.common.collect.testing.FeatureSpecificTestSuiteBuilder withTearDown(java.lang.Runnable)>(v);
v = virtualinvoke v.<com.google.common.collect.testing.MapTestSuiteBuilder: junit.framework.TestSuite createTestSuite()>();
return v;
}
private static java.lang.LinkageError newLinkageError(java.lang.Throwable)
{
java.lang.Throwable v;
java.lang.String v;
java.lang.LinkageError v;
v := @parameter: java.lang.Throwable;
v = new java.lang.LinkageError;
v = virtualinvoke v.<java.lang.Throwable: java.lang.String toString()>();
specialinvoke v.<java.lang.LinkageError: void <init>(java.lang.String)>(v);
virtualinvoke v.<java.lang.LinkageError: java.lang.Throwable initCause(java.lang.Throwable)>(v);
return v;
}
}