verifySignalsMatch
Class: sltest.TestCase
Namespace: sltest
Syntax
Description
verifySignalsMatch(
verifies that the actual and expected signal data values are equivalent. When a verification
fails, the failure is recorded and the test runs to completion. For more information, see
testCase
,actual
,expected
)matlab.unittest.qualifications.Verifiable
.
verifySignalsMatch(___,
returns diagnostic information when the actual and expected data values are not
equivalent.diagnostic
)
verifySignalsMatch(___,
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.Verifiable
| Simulink.sdi.constraints.MatchesSignal
| fatalAssertSignalsMatch
| assumeSignalsMatch
| matlab.unittest.constraints.AbsoluteTolerance
| matlab.unittest.constraints.RelativeTolerance
| assertSignalsMatch
| matlab.automation.diagnostics.Diagnostic