876877878879880881882883884
assertFalse(borderBottomWidth.isOccurred()); assertFalse(borderLeftWidth.isOccurred()); } public void testGetListPainter() { ListPainter lp = ss.getListPainter(empty); assertNotNull(lp); assertNotSame(lp, ss.getListPainter(empty)); }