Ignore:
Timestamp:
May 2, 2010, 4:47:18 PM (16 years ago)
Author:
Saskia Metzler <metzler@…>
Children:
0647f4
Parents:
0f7883
Message:

Tremolo format parser

File:
1 edited

Legend:

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

    r0f7883 rd3513b  
    1515  CPPUNIT_TEST_SUITE( ParserUnitTest ) ;
    1616  CPPUNIT_TEST ( rewriteAnXyzTest );
    17   CPPUNIT_TEST ( rewriteTremoloTest );
     17  CPPUNIT_TEST ( readTremoloPreliminaryCommentsTest );
     18  CPPUNIT_TEST ( readTremoloCoordinatesTest );
     19  CPPUNIT_TEST ( readTremoloVelocityTest );
     20  CPPUNIT_TEST ( readTremoloNeighborInformationTest );
     21  CPPUNIT_TEST ( readAndWriteTremoloImprDataInformationTest );
     22  CPPUNIT_TEST ( readAndWriteTremoloTorsionInformationTest );
     23  CPPUNIT_TEST ( writeTremoloTest );
    1824  CPPUNIT_TEST_SUITE_END();
    1925
     
    2329
    2430  void rewriteAnXyzTest();
    25   void rewriteTremoloTest();
     31  void readTremoloPreliminaryCommentsTest();
     32  void readTremoloCoordinatesTest();
     33  void readTremoloVelocityTest();
     34  void readTremoloNeighborInformationTest();
     35  void readAndWriteTremoloImprDataInformationTest();
     36  void readAndWriteTremoloTorsionInformationTest();
     37  void writeTremoloTest();
    2638};
    2739
Note: See TracChangeset for help on using the changeset viewer.