public void testEntrySet_contain() throws Exception { com.google.common.collect.WellBehavedMapTest testCase = new com.google.common.collect.WellBehavedMapTest(); testCase.testEntrySet_contain(); }
public void testEntry_setValue() throws Exception { com.google.common.collect.WellBehavedMapTest testCase = new com.google.common.collect.WellBehavedMapTest(); testCase.testEntry_setValue(); }
public void testEntriesAreMutableAndConsistent() throws Exception { com.google.common.collect.WellBehavedMapTest testCase = new com.google.common.collect.WellBehavedMapTest(); testCase.testEntriesAreMutableAndConsistent(); }