Ignore:
Timestamp:
Mar 4, 2010, 10:33:44 AM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
025ca2, db6b872
Parents:
3746aeb
Message:

Added methods to query Molecules by ID

File:
1 moved

Legend:

Unmodified
Added
Removed
  • molecuilder/src/unittests/AtomDescriptorTest.hpp

    r3746aeb rf058ef  
    11/*
    2  * DescriptorUnittest.hpp
     2 * AtomDescriptorTest.hpp
    33 *
    44 *  Created on: Feb 9, 2010
     
    66 */
    77
    8 #ifndef DESCRIPTORUNITTEST_HPP_
    9 #define DESCRIPTORUNITTEST_HPP_
     8#ifndef ATOMDESCRIPTORTEST_HPP_
     9#define ATOMDESCRIPTORTEST_HPP_
    1010
    1111#include <cppunit/extensions/HelperMacros.h>
     12
     13#include "defs.hpp"
    1214
    1315#define ATOM_COUNT (10)
     
    1517class atom;
    1618
    17 class DescriptorUnittest : public CppUnit::TestFixture
     19class AtomDescriptorTest : public CppUnit::TestFixture
    1820{
    19   CPPUNIT_TEST_SUITE( DescriptorUnittest );
     21  CPPUNIT_TEST_SUITE( AtomDescriptorTest );
    2022  CPPUNIT_TEST ( AtomBaseSetsTest );
    2123  CPPUNIT_TEST ( AtomIdTest );
     
    3335private:
    3436  atom *atoms [ATOM_COUNT];
    35   int atomIds [ATOM_COUNT];
     37  atomId_t atomIds [ATOM_COUNT];
    3638};
    3739
    38 #endif /* DESCRIPTORUNITTEST_HPP_ */
     40#endif /* ATOMDESCRIPTORTEST_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.