public class com.google.common.collect.testing.OpenJdk6SetTests extends com.google.common.collect.testing.TestsForSetsInJavaUtil
{
public void <init>()
{
com.google.common.collect.testing.OpenJdk6SetTests v;
v := @this: com.google.common.collect.testing.OpenJdk6SetTests;
specialinvoke v.<com.google.common.collect.testing.TestsForSetsInJavaUtil: void <init>()>();
return;
}
public static junit.framework.Test suite()
{
com.google.common.collect.testing.OpenJdk6SetTests v;
junit.framework.Test v;
v = new com.google.common.collect.testing.OpenJdk6SetTests;
specialinvoke v.<com.google.common.collect.testing.OpenJdk6SetTests: void <init>()>();
v = virtualinvoke v.<com.google.common.collect.testing.OpenJdk6SetTests: junit.framework.Test allTests()>();
return v;
}
protected java.util.Collection suppressForTreeSetNatural()
{
com.google.common.collect.testing.OpenJdk6SetTests v;
java.util.List v;
java.lang.reflect.Method v, v, v;
java.lang.reflect.Method[] v;
v := @this: com.google.common.collect.testing.OpenJdk6SetTests;
v = newarray (java.lang.reflect.Method)[3];
v = staticinvoke <com.google.common.collect.testing.testers.CollectionAddTester: java.lang.reflect.Method getAddNullUnsupportedMethod()>();
v[0] = v;
v = staticinvoke <com.google.common.collect.testing.testers.CollectionAddAllTester: java.lang.reflect.Method getAddAllNullUnsupportedMethod()>();
v[1] = v;
v = staticinvoke <com.google.common.collect.testing.testers.CollectionCreationTester: java.lang.reflect.Method getCreateWithNullUnsupportedMethod()>();
v[2] = v;
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
return v;
}
protected java.util.Collection suppressForCheckedSet()
{
com.google.common.collect.testing.OpenJdk6SetTests v;
java.util.List v;
java.lang.reflect.Method v, v;
java.lang.reflect.Method[] v;
v := @this: com.google.common.collect.testing.OpenJdk6SetTests;
v = newarray (java.lang.reflect.Method)[2];
v = staticinvoke <com.google.common.collect.testing.testers.CollectionAddTester: java.lang.reflect.Method getAddNullSupportedMethod()>();
v[0] = v;
v = staticinvoke <com.google.common.collect.testing.testers.SetAddTester: java.lang.reflect.Method getAddSupportedNullPresentMethod()>();
v[1] = v;
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
return v;
}
}