Parallel Analog Ensemble
testObservationsPointer.h
Go to the documentation of this file.
1/*
2 * File: testObservationsPointer.h
3 * Author: Weiming Hu <weiming@psu.edu>
4 *
5 * Created on Jun 29, 2018, 5:37:58 PM
6 */
7
8#ifndef TESTOBSERVATIONSPOINTER_H
9#define TESTOBSERVATIONSPOINTER_H
10
11#include <cppunit/extensions/HelperMacros.h>
12
13class testObservationsPointer : public CPPUNIT_NS::TestFixture {
15
18
20
21public:
24
25private:
27 void testSubset_();
28};
29
30#endif /* TESTOBSERVATIONSPOINTER_H */
31
Definition: testObservationsPointer.h:13
CPPUNIT_TEST(testObservationValueSequence_)
void testSubset_()
Definition: testObservationsPointer.cpp:71
virtual ~testObservationsPointer()
Definition: testObservationsPointer.cpp:29
CPPUNIT_TEST_SUITE(testObservationsPointer)
void testObservationValueSequence_()
Definition: testObservationsPointer.cpp:33
testObservationsPointer()
Definition: testObservationsPointer.cpp:26
CPPUNIT_TEST(testSubset_)