예제 #1
0
  @Test
  public void testGetAtomTypes_String() throws Exception {
    IAtomType[] atomTypes = atf.getAtomTypes("C");

    Assert.assertNotNull(atomTypes);
    Assert.assertTrue(0 < atomTypes.length);
    Assert.assertEquals("C", atomTypes[0].getSymbol());
  }