Changeset d3513b for molecuilder/src/unittests/ParserUnitTest.hpp
- Timestamp:
- May 2, 2010, 4:47:18 PM (16 years ago)
- Children:
- 0647f4
- Parents:
- 0f7883
- File:
-
- 1 edited
-
molecuilder/src/unittests/ParserUnitTest.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/unittests/ParserUnitTest.hpp
r0f7883 rd3513b 15 15 CPPUNIT_TEST_SUITE( ParserUnitTest ) ; 16 16 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 ); 18 24 CPPUNIT_TEST_SUITE_END(); 19 25 … … 23 29 24 30 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(); 26 38 }; 27 39
Note:
See TracChangeset
for help on using the changeset viewer.
