Main Content

sltest.testmanager.RunPlatforms Class

Namespace: sltest.testmanager

Test platform type

Since R2023b

Description

The sltest.testmanager.RunPlatforms enumeration class specifies the type of platform on which to run a test case. Use an enumerations of this class as an input argument to the createTestCase method. You do not need to create an instance of this class.

Enumeration MemberDescription
sltest.testmanager.RunPlatforms.Desktop

Run a MATLAB® or Simulink® test case. This is the default value.

sltest.testmanager.RunPlatforms.RealTime

Run a real-time test case.

sltest.testmanager.RunPlatforms.RoadRunner

Run a RoadRunner test case.

Version History

Introduced in R2023b