classdef Moveit_wrapper_test < IMDDTestCase % Auto-generated placeholder for Moveit_wrapper. % Target: C:/Users/Silas/Documents/MATLAB/imdd_simulation/Classes/Moveit_wrapper.m methods (Test, TestTags = {'placeholder', 'todo'}) function testNotImplemented(testCase) testCase.assumeFail("Tests for Moveit_wrapper are not implemented yet."); end end end