LCOV - code coverage report
Current view: top level - source/tests - TestOntRegistry.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:   TestOntRegistry.h
       3             :  * Author: chung
       4             :  *
       5             :  * Created on Oct 29, 2015, 1:28:41 AM
       6             :  */
       7             : 
       8             : #ifndef TESTONTREGISTRY_H
       9             : #define TESTONTREGISTRY_H
      10             : 
      11             : #define FORBES_TEST_UTILS
      12             : #include "ForBES.h"
      13             : 
      14             : #include <cppunit/extensions/HelperMacros.h>
      15             : 
      16             : class TestOntRegistry : public CPPUNIT_NS::TestFixture {
      17           2 :     CPPUNIT_TEST_SUITE(TestOntRegistry);
      18             : 
      19           1 :     CPPUNIT_TEST(testOntologyRegistry);
      20             : 
      21           5 :     CPPUNIT_TEST_SUITE_END();
      22             : 
      23             : public:
      24             :     TestOntRegistry();
      25             :     virtual ~TestOntRegistry();
      26             :     void setUp();
      27             :     void tearDown();
      28             : 
      29             : private:
      30             :     void testOntologyRegistry();
      31             : };
      32             : 
      33             : #endif  /* TESTONTREGISTRY_H */
      34             : 

Generated by: LCOV version 1.10