fatalAssertSignalsMatch
Class: sltest.TestCase
Namespace: sltest
Syntax
Description
fatalAssertSignalsMatch(
fatally asserts that the actual and expected signal data values are equivalent. When a fatal
assertion fails, the whole test session is stopped. This is useful when the test contains so
many errors that it does not make sense to continue the
test session. testCase
,actual
,expected
)
fatalAssertSignalsMatch(___,
returns diagnostic information when the actual and expected data values are not
equivalent..diagnostic
)
fatalAssertSignalsMatch(___,
fatally asserts 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.FatalAssertable
| Simulink.sdi.constraints.MatchesSignal
| verifySignalsMatch
| assumeSignalsMatch
| matlab.unittest.constraints.AbsoluteTolerance
| matlab.unittest.constraints.RelativeTolerance
| assertSignalsMatch
| matlab.automation.diagnostics.Diagnostic