Ignore:
Timestamp:
May 25, 2016, 7:13:58 AM (9 years ago)
Author:
Frederik Heber <heber@…>
Children:
4d611d
Parents:
80c119
git-author:
Frederik Heber <heber@…> (06/29/14 21:20:49)
git-committer:
Frederik Heber <heber@…> (05/25/16 07:13:58)
Message:

Extracted joinPoints() function to make it accessible to tests.

  • added unit test.
  • moved some function definitions around and added documentation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.hpp

    r80c119 r7e9402  
    2323    CPPUNIT_TEST_SUITE( SphericalPointDistributionTest) ;
    2424    CPPUNIT_TEST ( areEqualToWithinBoundsTest );
     25    CPPUNIT_TEST ( joinPointsTest );
    2526    CPPUNIT_TEST ( matchSphericalPointDistributionsTest_2 );
    2627    CPPUNIT_TEST ( matchSphericalPointDistributionsTest_3 );
     
    3637      void tearDown();
    3738      void areEqualToWithinBoundsTest();
     39      void joinPointsTest();
    3840      void matchSphericalPointDistributionsTest_2();
    3941      void matchSphericalPointDistributionsTest_3();
Note: See TracChangeset for help on using the changeset viewer.