Package: matlab.unittest.qualifications
Event data for qualification event listeners
The QualificationEventData
class holds event
data for qualification event listeners. Qualification event listeners
are callback functions that you register with the testing framework
to listen for passing and/or failing qualifications. Qualifications
can be assertions, fatal assertions, assumptions, or verifications
performed on test content. The corresponding qualification classes
define these events. Typically, authors of custom plugins use this
class. Only the test framework constructs this class directly.
|
Value tested to satisfy the qualification logic of the |
|
Instance of When you use a qualification method on a |
|
Diagnostic specified in the qualification, represented as a
character vector, string, function handle, or instance of the |
|
Result of diagnostic specified in the qualification, represented
as an array of |
|
Result of diagnostic from constraint used for the qualification,
represented as an array of |
|
Function call stack leading up to the qualification event, represented as a structure array. |
matlab.unittest.diagnostics.DiagnosticResult
| matlab.unittest.fixtures.Fixture
| matlab.unittest.qualifications.Assertable
| matlab.unittest.qualifications.Assumable
| matlab.unittest.qualifications.FatalAssertable
| matlab.unittest.qualifications.Verifiable