public class com.google.common.collect.testing.google.ListMultimapPutTester extends com.google.common.collect.testing.google.AbstractListMultimapTester
{
public void <init>()
{
com.google.common.collect.testing.google.ListMultimapPutTester v;
v := @this: com.google.common.collect.testing.google.ListMultimapPutTester;
specialinvoke v.<com.google.common.collect.testing.google.AbstractListMultimapTester: void <init>()>();
return;
}
public void testPutAddsValueAtEnd()
{
com.google.common.collect.testing.SampleElements v, v;
com.google.common.collect.Multimap v, v;
int v, v;
boolean v, v, v;
java.util.Iterator v, v;
com.google.common.collect.testing.google.ListMultimapPutTester v;
java.util.List v, v;
java.lang.Object v, v, v;
v := @this: com.google.common.collect.testing.google.ListMultimapPutTester;
v = virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapPutTester: com.google.common.collect.testing.SampleElements sampleKeys()>();
v = virtualinvoke v.<com.google.common.collect.testing.SampleElements: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapPutTester: com.google.common.collect.testing.SampleElements sampleValues()>();
v = virtualinvoke v.<com.google.common.collect.testing.SampleElements: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapPutTester: java.lang.Object resetContainer()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapPutTester: com.google.common.collect.Multimap multimap()>();
v = interfaceinvoke v.<com.google.common.collect.ListMultimap: java.util.List get(java.lang.Object)>(v);
v = staticinvoke <com.google.common.collect.testing.Helpers: java.util.List copyToList(java.lang.Iterable)>(v);
v = virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapPutTester: com.google.common.collect.Multimap multimap()>();
v = interfaceinvoke v.<com.google.common.collect.ListMultimap: boolean put(java.lang.Object,java.lang.Object)>(v, v);
staticinvoke <com.google.common.collect.testing.google.ListMultimapPutTester: void assertTrue(boolean)>(v);
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapPutTester: void assertGet(java.lang.Object,java.util.Collection)>(v, v);
v = interfaceinvoke v.<java.util.List: int size()>();
v = v - 1;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
staticinvoke <com.google.common.collect.testing.google.ListMultimapPutTester: void assertEquals(java.lang.Object,java.lang.Object)>(v, v);
goto label;
label:
return;
}
public void testPutDuplicateValue()
{
com.google.common.collect.Multimap v, v, v;
int v, v;
boolean v, v;
java.util.Iterator v;
java.util.Collection v;
com.google.common.collect.testing.google.ListMultimapPutTester v;
java.util.List v, v, v;
java.lang.Object v, v, v, v;
v := @this: com.google.common.collect.testing.google.ListMultimapPutTester;
v = virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapPutTester: com.google.common.collect.Multimap multimap()>();
v = interfaceinvoke v.<com.google.common.collect.ListMultimap: java.util.Collection entries()>();
v = staticinvoke <com.google.common.collect.testing.Helpers: java.util.List copyToList(java.lang.Iterable)>(v);
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapPutTester: java.lang.Object resetContainer()>();
v = interfaceinvoke v.<java.util.Map$Entry: java.lang.Object getKey()>();
v = interfaceinvoke v.<java.util.Map$Entry: java.lang.Object getValue()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapPutTester: com.google.common.collect.Multimap multimap()>();
v = interfaceinvoke v.<com.google.common.collect.ListMultimap: java.util.List get(java.lang.Object)>(v);
v = staticinvoke <com.google.common.collect.testing.Helpers: java.util.List copyToList(java.lang.Iterable)>(v);
v = virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapPutTester: com.google.common.collect.Multimap multimap()>();
v = interfaceinvoke v.<com.google.common.collect.ListMultimap: boolean put(java.lang.Object,java.lang.Object)>(v, v);
staticinvoke <com.google.common.collect.testing.google.ListMultimapPutTester: void assertTrue(boolean)>(v);
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
virtualinvoke v.<com.google.common.collect.testing.google.ListMultimapPutTester: void assertGet(java.lang.Object,java.util.Collection)>(v, v);
v = interfaceinvoke v.<java.util.List: int size()>();
v = v - 1;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
staticinvoke <com.google.common.collect.testing.google.ListMultimapPutTester: void assertEquals(java.lang.Object,java.lang.Object)>(v, v);
goto label;
label:
return;
}
}