Parallel Analog Ensemble
testAnEnSSE.h
Go to the documentation of this file.
1/*
2 * File: testAnEnSSE.cpp
3 * Author: Weiming Hu <weiming@psu.edu>
4 *
5 * Created on Aug 4, 2018, 4:09:20 PM
6 */
7
8#ifndef TESTANEN_H
9#define TESTANEN_H
10
11#include <cppunit/extensions/HelperMacros.h>
12
13class testAnEnSSE : public CPPUNIT_NS::TestFixture {
15
18
20
21public:
23 virtual ~testAnEnSSE();
24
25private:
26 void testCompute_();
27 void testMultiAnEn_();
28};
29
30#endif /* TESTANEN_H */
Definition: testAnEnSSE.h:13
CPPUNIT_TEST_SUITE(testAnEnSSE)
void testCompute_()
Definition: testAnEnSSE.cpp:34
CPPUNIT_TEST(testCompute_)
CPPUNIT_TEST_SUITE_END()
CPPUNIT_TEST(testMultiAnEn_)
testAnEnSSE()
Definition: testAnEnSSE.cpp:27
void testMultiAnEn_()
Definition: testAnEnSSE.cpp:187
virtual ~testAnEnSSE()
Definition: testAnEnSSE.cpp:30