示例#1
0
 public void testGetLastPart() throws Exception {
   assertEquals("test", FullRepIterable.getLastPart("test"));
   assertEquals("__init__", FullRepIterable.getLastPart("test.__init__"));
   assertEquals("__init__", FullRepIterable.getLastPart("test.test.__init__"));
 }