#include <boost/test/unit_test.hpp>
#include <layer_range.h>
#include <vector>
 
Go to the source code of this file.
◆ BOOST_TEST_NO_MAIN
      
        
          | #define BOOST_TEST_NO_MAIN | 
        
      
 
 
◆ BOOST_AUTO_TEST_CASE() [1/8]
      
        
          | BOOST_AUTO_TEST_CASE  | 
          ( | 
          ForwardIterationFourLayers |            | ) | 
           | 
        
      
 
 
◆ BOOST_AUTO_TEST_CASE() [2/8]
      
        
          | BOOST_AUTO_TEST_CASE  | 
          ( | 
          ForwardIterationTwoLayers |            | ) | 
           | 
        
      
 
 
◆ BOOST_AUTO_TEST_CASE() [3/8]
      
        
          | BOOST_AUTO_TEST_CASE  | 
          ( | 
          InvalidLayerThrowsException |            | ) | 
           | 
        
      
 
 
◆ BOOST_AUTO_TEST_CASE() [4/8]
      
        
          | BOOST_AUTO_TEST_CASE  | 
          ( | 
          MaxLayerCount |            | ) | 
           | 
        
      
 
 
◆ BOOST_AUTO_TEST_CASE() [5/8]
      
        
          | BOOST_AUTO_TEST_CASE  | 
          ( | 
          PartialRangeForward |            | ) | 
           | 
        
      
 
 
◆ BOOST_AUTO_TEST_CASE() [6/8]
      
        
          | BOOST_AUTO_TEST_CASE  | 
          ( | 
          PartialRangeReverse |            | ) | 
           | 
        
      
 
 
◆ BOOST_AUTO_TEST_CASE() [7/8]
      
        
          | BOOST_AUTO_TEST_CASE  | 
          ( | 
          ReverseIterationFourLayers |            | ) | 
           | 
        
      
 
 
◆ BOOST_AUTO_TEST_CASE() [8/8]
      
        
          | BOOST_AUTO_TEST_CASE  | 
          ( | 
          SingleLayerRange |            | ) | 
           |