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

          Line data    Source code
       1             : /*
       2             :  * File:   TestQuadOverAffine.h
       3             :  * Author: Pantelis Sopasakis
       4             :  *
       5             :  * Created on Aug 27, 2015, 2:19:01 PM
       6             :  */
       7             : 
       8             : #ifndef TESTQUADOVERAFFINE_H
       9             : #define TESTQUADOVERAFFINE_H
      10             : 
      11             : #define FORBES_TEST_UTILS
      12             : 
      13             : #include "ForBES.h"
      14             : #include "ForBESUtils.h"
      15             : #include <cppunit/extensions/HelperMacros.h>
      16             : 
      17             : class TestQuadOverAffine : public CPPUNIT_NS::TestFixture {
      18           2 :     CPPUNIT_TEST_SUITE(TestQuadOverAffine);
      19             : 
      20           1 :     CPPUNIT_TEST(testQuadOverAffine);
      21             : 
      22           5 :     CPPUNIT_TEST_SUITE_END();
      23             : 
      24             : public:
      25             :     TestQuadOverAffine();
      26             :     virtual ~TestQuadOverAffine();
      27             :     void setUp();
      28             :     void tearDown();
      29             : 
      30             : private:
      31             :     void testQuadOverAffine();
      32             : };
      33             : 
      34             : #endif  /* TESTQUADOVERAFFINE_H */

Generated by: LCOV version 1.10