예제 #1
0
 public void testEqualsIdentity() {
   PluginManagement thing = new PluginManagement();
   assertTrue(thing.equals(thing));
 }