2728293031323334353637
cuteMouthList.remove(greenMouth); System.out.println(cuteMouthList); cuteMouthList.doSomething(); assertEquals(1, cuteMouthList.size()); assertTrue(cuteMouthList.get(0).hasColor("Red")); } }