Example #1
0
 @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);
 }