LCOV - code coverage report
Current view: top level - source/tests - TestLasso.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             : #ifndef TESTLASSO_H
       2             : #define TESTLASSO_H
       3             : 
       4             : #define FORBES_TEST_UTILS
       5             : 
       6             : #include "ForBES.h"
       7             : #include "ForBESUtils.h"
       8             : 
       9             : #include <cppunit/extensions/HelperMacros.h>
      10             : 
      11             : class TestLasso : public CPPUNIT_NS::TestFixture {
      12           2 :     CPPUNIT_TEST_SUITE(TestLasso);
      13             : 
      14           1 :     CPPUNIT_TEST(runTest);
      15             :     
      16           5 :     CPPUNIT_TEST_SUITE_END();
      17             : 
      18             : public:
      19             :     TestLasso();
      20             :     virtual ~TestLasso();
      21             :     void setUp();
      22             :     void tearDown();
      23             : 
      24             : private:
      25             :     void runTest();
      26             : };
      27             : 
      28             : #endif  /* TESTLASSO_H */
      29             : 

Generated by: LCOV version 1.10