LCOV - code coverage report
Current view: top level - source/tests - TestOpComposition.h (source / functions) Hit Total Coverage
Test: LibForBES Unit Tests Lines: 6 6 100.0 %
Date: 2016-04-18 Functions: 6 6 100.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : /*
       2             :  * File:   TestOpComposition.h
       3             :  * Author: Pantelis Sopasakis
       4             :  *
       5             :  * Created on Sep 15, 2015, 2:40:14 AM
       6             :  * 
       7             :  * ForBES is free software: you can redistribute it and/or modify
       8             :  * it under the terms of the GNU Lesser General Public License as published by
       9             :  * the Free Software Foundation, either version 3 of the License, or
      10             :  * (at your option) any later version.
      11             :  *  
      12             :  * ForBES is distributed in the hope that it will be useful,
      13             :  * but WITHOUT ANY WARRANTY; without even the implied warranty of
      14             :  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
      15             :  * GNU Lesser General Public License for more details.
      16             :  * 
      17             :  * You should have received a copy of the GNU Lesser General Public License
      18             :  * along with ForBES. If not, see <http://www.gnu.org/licenses/>.
      19             :  */
      20             : 
      21             : #ifndef TESTOPCOMPOSITION_H
      22             : #define TESTOPCOMPOSITION_H
      23             : #define FORBES_TEST_UTILS
      24             : 
      25             : #include "ForBES.h"
      26             : #include "OpComposition.h"
      27             : #include <cppunit/extensions/HelperMacros.h>
      28             : 
      29             : class TestOpComposition : public CPPUNIT_NS::TestFixture {
      30           2 :     CPPUNIT_TEST_SUITE(TestOpComposition);
      31             : 
      32           1 :     CPPUNIT_TEST(testCall);
      33           1 :     CPPUNIT_TEST(testCall2);
      34           1 :     CPPUNIT_TEST(testCallAdjoint);
      35           1 :     CPPUNIT_TEST(testDimension);    
      36             : 
      37           5 :     CPPUNIT_TEST_SUITE_END();
      38             : 
      39             : public:
      40             :     TestOpComposition();
      41             :     virtual ~TestOpComposition();
      42             :     void setUp();
      43             :     void tearDown();
      44             : 
      45             : private:
      46             :     void testCall();
      47             :     void testCall2();
      48             :     void testCallAdjoint();
      49             :     void testDimension();
      50             : 
      51             : };
      52             : 
      53             : #endif  /* TESTOPCOMPOSITION_H */
      54             : 

Generated by: LCOV version 1.10