Parallel Analog Ensemble
testFunctionsIO.h
Go to the documentation of this file.
1/*
2 * To change this license header, choose License Headers in Project Properties.
3 * To change this template file, choose Tools | Templates
4 * and open the template in the editor.
5 */
6
7/*
8 * File: testFunctionsIO.h
9 * Author: wuh20
10 *
11 * Created on Feb 10, 2020, 12:19:11 PM
12 */
13
14#ifndef TESTFUNCTIONSIO_H
15#define TESTFUNCTIONSIO_H
16
17#include <cppunit/extensions/HelperMacros.h>
18
19class testFunctionsIO : public CPPUNIT_NS::TestFixture {
21
23
25
26public:
28 virtual ~testFunctionsIO();
29
30private:
31 void testParseFilename();
32};
33
34#endif /* TESTFUNCTIONSIO_H */
35
Definition: testFunctionsIO.h:19
CPPUNIT_TEST(testParseFilename)
virtual ~testFunctionsIO()
Definition: testFunctionsIO.cpp:27
testFunctionsIO()
Definition: testFunctionsIO.cpp:24
CPPUNIT_TEST_SUITE(testFunctionsIO)
void testParseFilename()
Definition: testFunctionsIO.cpp:31