assumeSignalsMatch
Class: sltest.TestCase
Namespace: sltest
Syntax
Description
assumeSignalsMatch(
assumes that the actual and expected signal data values are equivalent. When an assumption
fails, the test stops running at the test point or test file, and the test is marked as
incomplete. For more information, see testCase
,actual
,expected
)matlab.unittest.qualifications.Assumable
.
assumeSignalsMatch(___,
returns diagnostic information when the actual and expected data values are not
equivalent.diagnostic
)
assumeSignalsMatch(___,
filters test content with additional options specified by one or more
Name,Value
)Name,Value
pair arguments.
Input Arguments
Examples
Version History
Introduced in R2020b
See Also
sltest.TestCase
| matlab.unittest.qualifications.Assumable
| matlab.unittest.constraints.AbsoluteTolerance
| Simulink.sdi.constraints.MatchesSignal
| fatalAssertSignalsMatch
| verifySignalsMatch
| assertSignalsMatch
| matlab.unittest.constraints.RelativeTolerance
| Simulink.sdi.constraints.MatchesSignal
| matlab.automation.diagnostics.Diagnostic