COPASI API
4.16.103
Main Page
Namespaces
Classes
Files
File List
File Members
copasi
compareExpressions
unittests
test_depth_first_iterator.h
Go to the documentation of this file.
1
// Begin CVS Header
2
// $Source: /Volumes/Home/Users/shoops/cvs/copasi_dev/copasi/compareExpressions/unittests/test_depth_first_iterator.h,v $
3
// $Revision: 1.2 $
4
// $Name: $
5
// $Author: shoops $
6
// $Date: 2011/03/07 19:26:44 $
7
// End CVS Header
8
9
// Copyright (C) 2011 by Pedro Mendes, Virginia Tech Intellectual
10
// Properties, Inc., University of Heidelberg, and The University
11
// of Manchester.
12
// All rights reserved.
13
14
#ifndef TEST_DEPTH_FIRST_ITERATOR_H__
15
#define TEST_DEPTH_FIRST_ITERATOR_H__
16
17
#include <cppunit/TestFixture.h>
18
#include <cppunit/TestSuite.h>
19
#include <cppunit/TestResult.h>
20
#include <cppunit/extensions/HelperMacros.h>
21
22
class
CNormalFraction
;
23
class
CNormalLogicalItem
;
24
25
class
test_depth_first_iterator
:
public
CppUnit::TestFixture
26
{
27
CPPUNIT_TEST_SUITE
(
test_depth_first_iterator
);
28
CPPUNIT_TEST
(
test_dfi
);
29
CPPUNIT_TEST_SUITE_END
();
30
31
public
:
32
void
setUp
();
33
34
void
tearDown
();
35
36
void
test_dfi
();
37
38
};
39
40
#endif
/* TEST_DEPTH_FIRST_ITERATOR_H__ */
test_depth_first_iterator::CPPUNIT_TEST
CPPUNIT_TEST(test_dfi)
test_depth_first_iterator::setUp
void setUp()
Definition:
test_depth_first_iterator.cpp:28
test_depth_first_iterator::CPPUNIT_TEST_SUITE
CPPUNIT_TEST_SUITE(test_depth_first_iterator)
CNormalFraction
Definition:
CNormalFraction.h:32
CNormalLogicalItem
Definition:
CNormalLogicalItem.h:22
test_depth_first_iterator::CPPUNIT_TEST_SUITE_END
CPPUNIT_TEST_SUITE_END()
test_depth_first_iterator::tearDown
void tearDown()
Definition:
test_depth_first_iterator.cpp:33
test_depth_first_iterator
Definition:
test_depth_first_iterator.h:25
test_depth_first_iterator::test_dfi
void test_dfi()
Definition:
test_depth_first_iterator.cpp:38
Generated on Thu Jul 2 2015 14:50:57 for COPASI API by
1.8.6