summaryrefslogtreecommitdiff
path: root/cad/plugins/NanoVision-1/src/Plugins/NanorexMMPImportExport/NanorexMMPImportExportTest.h
blob: bb324310aaf8b154210348eb87057ffb9ee8f876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// Copyright 2008 Nanorex, Inc.  See LICENSE file for details.

#ifndef NANOREXMMPIMPORTEXPORTTEST_H
#define NANOREXMMPIMPORTEXPORTTEST_H

#include <cppunit/extensions/HelperMacros.h>
#include <vector>
#include <stack>
#include <string>
#include "iterator.h"

#include "NanorexMMPImportExport.h"
#include <Nanorex/Interface/NXMoleculeSet.h>

/* CLASS: NanorexMMPImportExportTest */
class NanorexMMPImportExportTest: public CPPUNIT_NS::TestFixture {
	
	CPPUNIT_TEST_SUITE(NanorexMMPImportExportTest);
// 	CPPUNIT_TEST(atomHTest);
// 	CPPUNIT_TEST(HTest);
// 	CPPUNIT_TEST(H2OTest);
// 	CPPUNIT_TEST(H2O2Test);
// 	CPPUNIT_TEST(chlorophyllTest);
// 	CPPUNIT_TEST(vanillinTest);
// 	CPPUNIT_TEST(nanocarTest);
	CPPUNIT_TEST(benzeneTest);
	CPPUNIT_TEST_SUITE_END();
	
public:
	void setUp(void);
	void tearDown(void);
		
private:
	void atomHTest(void);
	void HTest(void);
	void H2OTest(void);
	void H2O2Test(void);
	void chlorophyllTest(void);
	void vanillinTest(void);
	void benzeneTest(void);
	void nanocarTest(void);
};

#endif // NANOREXMMPIMPORTEXPORTTEST_H