We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e06374 commit 8481346Copy full SHA for 8481346
test/TestSys.m
@@ -32,6 +32,7 @@ function test_platform(tc)
32
end
33
34
function test_is_parallel(tc)
35
+import matlab.unittest.constraints.IsOfClass
36
tc.assumeTrue(stdlib.has_java)
37
tc.verifyThat(stdlib.is_parallel_worker, IsOfClass('logical'))
38
0 commit comments