You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Run one specific test |`runtests('TestTls/testInsecureConn')`|
63
+
| Run one specific test |`runtests('TestTls/TestTls_testInsecureConn')`|
64
64
| Run tests based on test name |`import matlab.unittest.TestSuite;`<br>`import matlab.unittest.selectors.HasName;`<br>`import matlab.unittest.constraints.ContainsSubstring;`<br>`suite = TestSuite.fromClass(?Main, ... `<br><code> </code>`HasName(ContainsSubstring('Conn')));`<br>`run(suite)`|
0 commit comments