4142434445464748
*/ @Test public void testRefresh() { System.out.println("refresh"); CompositeNotifierInterface instance = new CompositeNotifierInterfaceImpl(); instance.refresh(); }