public class com.google.common.collect.testing.google.BiMapClearTester extends com.google.common.collect.testing.google.AbstractBiMapTester
{
public void <init>()
{
com.google.common.collect.testing.google.BiMapClearTester v;
v := @this: com.google.common.collect.testing.google.BiMapClearTester;
specialinvoke v.<com.google.common.collect.testing.google.AbstractBiMapTester: void <init>()>();
return;
}
public void testClearClearsInverse()
{
com.google.common.collect.BiMap v, v, v, v;
com.google.common.collect.testing.google.BiMapClearTester v;
boolean v, v;
v := @this: com.google.common.collect.testing.google.BiMapClearTester;
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: com.google.common.collect.BiMap inverse()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
interfaceinvoke v.<com.google.common.collect.BiMap: void clear()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: boolean isEmpty()>();
staticinvoke <com.google.common.collect.testing.google.BiMapClearTester: void assertTrue(boolean)>(v);
v = interfaceinvoke v.<com.google.common.collect.BiMap: boolean isEmpty()>();
staticinvoke <com.google.common.collect.testing.google.BiMapClearTester: void assertTrue(boolean)>(v);
return;
}
public void testKeySetClearClearsInverse()
{
com.google.common.collect.BiMap v, v, v, v;
java.util.Set v;
com.google.common.collect.testing.google.BiMapClearTester v;
boolean v, v;
v := @this: com.google.common.collect.testing.google.BiMapClearTester;
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: com.google.common.collect.BiMap inverse()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: java.util.Set keySet()>();
interfaceinvoke v.<java.util.Set: void clear()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: boolean isEmpty()>();
staticinvoke <com.google.common.collect.testing.google.BiMapClearTester: void assertTrue(boolean)>(v);
v = interfaceinvoke v.<com.google.common.collect.BiMap: boolean isEmpty()>();
staticinvoke <com.google.common.collect.testing.google.BiMapClearTester: void assertTrue(boolean)>(v);
return;
}
public void testValuesClearClearsInverse()
{
com.google.common.collect.BiMap v, v, v, v;
java.util.Set v;
com.google.common.collect.testing.google.BiMapClearTester v;
boolean v, v;
v := @this: com.google.common.collect.testing.google.BiMapClearTester;
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: com.google.common.collect.BiMap inverse()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: java.util.Set values()>();
interfaceinvoke v.<java.util.Set: void clear()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: boolean isEmpty()>();
staticinvoke <com.google.common.collect.testing.google.BiMapClearTester: void assertTrue(boolean)>(v);
v = interfaceinvoke v.<com.google.common.collect.BiMap: boolean isEmpty()>();
staticinvoke <com.google.common.collect.testing.google.BiMapClearTester: void assertTrue(boolean)>(v);
return;
}
public void testClearInverseClears()
{
com.google.common.collect.BiMap v, v, v;
com.google.common.collect.testing.google.BiMapClearTester v;
boolean v, v;
v := @this: com.google.common.collect.testing.google.BiMapClearTester;
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: com.google.common.collect.BiMap inverse()>();
interfaceinvoke v.<com.google.common.collect.BiMap: void clear()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: boolean isEmpty()>();
staticinvoke <com.google.common.collect.testing.google.BiMapClearTester: void assertTrue(boolean)>(v);
v = interfaceinvoke v.<com.google.common.collect.BiMap: boolean isEmpty()>();
staticinvoke <com.google.common.collect.testing.google.BiMapClearTester: void assertTrue(boolean)>(v);
return;
}
public void testClearInverseKeySetClears()
{
com.google.common.collect.BiMap v, v, v;
com.google.common.collect.testing.google.BiMapClearTester v;
java.util.Set v;
boolean v, v;
v := @this: com.google.common.collect.testing.google.BiMapClearTester;
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: com.google.common.collect.BiMap inverse()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: java.util.Set keySet()>();
interfaceinvoke v.<java.util.Set: void clear()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: boolean isEmpty()>();
staticinvoke <com.google.common.collect.testing.google.BiMapClearTester: void assertTrue(boolean)>(v);
v = interfaceinvoke v.<com.google.common.collect.BiMap: boolean isEmpty()>();
staticinvoke <com.google.common.collect.testing.google.BiMapClearTester: void assertTrue(boolean)>(v);
return;
}
public void testClearInverseValuesClears()
{
com.google.common.collect.BiMap v, v, v;
com.google.common.collect.testing.google.BiMapClearTester v;
java.util.Set v;
boolean v, v;
v := @this: com.google.common.collect.testing.google.BiMapClearTester;
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: com.google.common.collect.BiMap inverse()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: java.util.Set values()>();
interfaceinvoke v.<java.util.Set: void clear()>();
v = virtualinvoke v.<com.google.common.collect.testing.google.BiMapClearTester: com.google.common.collect.BiMap getMap()>();
v = interfaceinvoke v.<com.google.common.collect.BiMap: boolean isEmpty()>();
staticinvoke <com.google.common.collect.testing.google.BiMapClearTester: void assertTrue(boolean)>(v);
v = interfaceinvoke v.<com.google.common.collect.BiMap: boolean isEmpty()>();
staticinvoke <com.google.common.collect.testing.google.BiMapClearTester: void assertTrue(boolean)>(v);
return;
}
}