Create test case and test harness for model or model component
creates a test case in the specified test file or test suite for the specified model
component. The test file must already exist unless tc
= createTestForComponent("TestFile",tf
,"Component",componentName
)CreateTestFile
is
set to true
.
creates a test case with additional options specified by one or more
tc
= createTestForComponent(___,Name,Value
)Name,Value
pair arguments. Specify name-value pair arguments after
the test file and component input arguments.