createTestCase
Class: sltest.testmanager.TestSuite
Package: sltest.testmanager
Create test case
Syntax
tc = createTestCase(ts,type,name,runOnTarget)
Description
creates
a new test case within the test suite. You can specify the test case
name and type: baseline, equivalence, and simulation. Also, if you
are using the test case for real-time testing, you can specify this
using the tc
= createTestCase(ts
,type
,name
,runOnTarget
)runOnTarget
argument.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2015b