4243444546474849505152
@Test public void testRefresh() { System.out.println("refresh"); CompositeNotifierInterface instance = new CompositeNotifierInterfaceImpl(); instance.refresh(); } public class CompositeNotifierInterfaceImpl implements CompositeNotifierInterface {