Matlab test runner skips test functions that try to import non-existing file

前端 未结 0 901
灰色年华
灰色年华 2021-02-08 18:18

Let\'s define a simple test class

classdef test_file < matlab.unittest.TestCase
    methods(Test)
        function test_function(testCase)
            import s         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题