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

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

Generated by: LCOV version 1.10