public class com.google.common.collect.testing.OpenJdk6ListTests extends com.google.common.collect.testing.TestsForListsInJavaUtil
{
public void <init>()
{
com.google.common.collect.testing.OpenJdk6ListTests v;
v := @this: com.google.common.collect.testing.OpenJdk6ListTests;
specialinvoke v.<com.google.common.collect.testing.TestsForListsInJavaUtil: void <init>()>();
return;
}
public static junit.framework.Test suite()
{
com.google.common.collect.testing.OpenJdk6ListTests v;
junit.framework.Test v;
v = new com.google.common.collect.testing.OpenJdk6ListTests;
specialinvoke v.<com.google.common.collect.testing.OpenJdk6ListTests: void <init>()>();
v = virtualinvoke v.<com.google.common.collect.testing.OpenJdk6ListTests: junit.framework.Test allTests()>();
return v;
}
protected java.util.Collection suppressForArraysAsList()
{
java.util.List v;
com.google.common.collect.testing.OpenJdk6ListTests v;
java.lang.reflect.Method v;
java.lang.reflect.Method[] v;
v := @this: com.google.common.collect.testing.OpenJdk6ListTests;
v = newarray (java.lang.reflect.Method)[1];
v = staticinvoke <com.google.common.collect.testing.testers.CollectionToArrayTester: java.lang.reflect.Method getToArrayIsPlainObjectArrayMethod()>();
v[0] = v;
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
return v;
}
protected java.util.Collection suppressForCheckedList()
{
java.util.List v;
com.google.common.collect.testing.OpenJdk6ListTests v;
java.lang.reflect.Method v, v, v, v;
java.lang.reflect.Method[] v;
v := @this: com.google.common.collect.testing.OpenJdk6ListTests;
v = newarray (java.lang.reflect.Method)[4];
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.ListAddTester: java.lang.reflect.Method getAddSupportedNullPresentMethod()>();
v[1] = v;
v = staticinvoke <com.google.common.collect.testing.testers.ListAddAtIndexTester: java.lang.reflect.Method getAddNullSupportedMethod()>();
v[2] = v;
v = staticinvoke <com.google.common.collect.testing.testers.ListSetTester: java.lang.reflect.Method getSetNullSupportedMethod()>();
v[3] = v;
v = staticinvoke <java.util.Arrays: java.util.List asList(java.lang.Object[])>(v);
return v;
}
}