Main Content

close

Class: sltest.testmanager.TestFile
Namespace: sltest.testmanager

Close test file in Test Manager

Syntax

close(tf)

Description

close(tf) closes the test file in the Test Manager and does not save unsaved changes.

Input Arguments

expand all

Test file, specified as a sltest.testmanager.TestFile object.

Examples

expand all

% Create test file in Test Manager
tf = sltest.testmanager.TestFile('My Test File');

% Close test file
close(tf);

Version History

Introduced in R2015b