コード例 #1
0
ファイル: AtomTypeFactoryTest.java プロジェクト: jonalv/cdk
 @Test
 public void testGetAllAtomTypes() throws Exception {
   AtomTypeFactory atf = AtomTypeFactory.getInstance(new ChemObject().getBuilder());
   IAtomType[] types = atf.getAllAtomTypes();
   Assert.assertNotNull(types);
   Assert.assertNotSame(0, types.length);
 }