Test the Matlab wrapper
 
Definition at line 19 of file test_matlab_wrapper.py.
◆ compare_and_diff()
      
        
          | def test_matlab_wrapper.TestWrap.compare_and_diff | ( |  | self, | 
        
          |  |  |  | file, | 
        
          |  |  |  | actual | 
        
          |  | ) |  |  | 
      
 
Compute the comparison between the expected and actual file,
and assert if diff is zero.
 
Definition at line 46 of file test_matlab_wrapper.py.
 
 
◆ setUp()
      
        
          | None test_matlab_wrapper.TestWrap.setUp | ( |  | self | ) |  | 
      
 
 
◆ test_class()
      
        
          | def test_matlab_wrapper.TestWrap.test_class | ( |  | self | ) |  | 
      
 
 
◆ test_enum()
      
        
          | def test_matlab_wrapper.TestWrap.test_enum | ( |  | self | ) |  | 
      
 
 
◆ test_functions()
      
        
          | def test_matlab_wrapper.TestWrap.test_functions | ( |  | self | ) |  | 
      
 
 
◆ test_geometry()
      
        
          | def test_matlab_wrapper.TestWrap.test_geometry | ( |  | self | ) |  | 
      
 
Check generation of matlab geometry wrapper.
python3 wrap/matlab_wrapper.py --src wrap/tests/geometry.h
    --module_name geometry --out wrap/tests/actual-matlab
 
Definition at line 58 of file test_matlab_wrapper.py.
 
 
◆ test_inheritance()
      
        
          | def test_matlab_wrapper.TestWrap.test_inheritance | ( |  | self | ) |  | 
      
 
 
◆ test_multiple_files()
      
        
          | def test_matlab_wrapper.TestWrap.test_multiple_files | ( |  | self | ) |  | 
      
 
 
◆ test_namespaces()
      
        
          | def test_matlab_wrapper.TestWrap.test_namespaces | ( |  | self | ) |  | 
      
 
 
◆ test_special_cases()
      
        
          | def test_matlab_wrapper.TestWrap.test_special_cases | ( |  | self | ) |  | 
      
 
 
◆ test_templates()
      
        
          | def test_matlab_wrapper.TestWrap.test_templates | ( |  | self | ) |  | 
      
 
 
◆ INTERFACE_DIR
      
        
          | test_matlab_wrapper.TestWrap.INTERFACE_DIR | 
      
 
 
◆ MATLAB_ACTUAL_DIR
      
        
          | test_matlab_wrapper.TestWrap.MATLAB_ACTUAL_DIR | 
      
 
 
◆ MATLAB_TEST_DIR
      
        
          | test_matlab_wrapper.TestWrap.MATLAB_TEST_DIR | 
      
 
 
◆ TEST_DIR
      
        
          | test_matlab_wrapper.TestWrap.TEST_DIR | 
      
 
 
The documentation for this class was generated from the following file: