Parallel Analog Ensemble
testForecastsPointer.h
Go to the documentation of this file.
1/*
2 * File: testForecastsPointer.h
3 * Author: Weiming Hu <weiming@psu.edu>
4 *
5 * Created on Jul 1, 2018, 10:47:47 AM
6 */
7
8#ifndef TESTFORECASTSPOINTER_H
9#define TESTFORECASTSPOINTER_H
10
11#include <cppunit/extensions/HelperMacros.h>
12
13class testForecastsPointer : public CPPUNIT_NS::TestFixture {
15
20
22
23public:
25 virtual ~testForecastsPointer();
26
28 void testSubset_();
29 void testWind_();
30 void testCopy_();
31
32private:
33
34};
35
36#endif /* TESTFORECASTSPOINTER_H */
Definition: testForecastsPointer.h:13
testForecastsPointer()
Definition: testForecastsPointer.cpp:23
virtual ~testForecastsPointer()
Definition: testForecastsPointer.cpp:26
void testForecastSetVectorValues_()
Definition: testForecastsPointer.cpp:78
void testSubset_()
Definition: testForecastsPointer.cpp:127
CPPUNIT_TEST(testCopy_)
CPPUNIT_TEST(testWind_)
CPPUNIT_TEST(testForecastSetVectorValues_)
void testCopy_()
Definition: testForecastsPointer.cpp:29
CPPUNIT_TEST_SUITE(testForecastsPointer)
void testWind_()
Definition: testForecastsPointer.cpp:213
CPPUNIT_TEST(testSubset_)