polyspace.test.AssessmentResult Class
Namespace: polyspace.test
Description
This Python® class contains test results for a specific assessment in a C/C++ test.
Creation
Syntax
Description
assessmentResult = loads the results of assessment number testCaseResult.AssessmentResults[assessmentIndex]assessmentIndex:
From a
polyspace.test.TestCaseResultobjecttestCaseResult.To a
polyspace.test.AssessmentResultobjectassessmentResult.
Here, assessmentIndex is the assessment index starting from 0.
assessmentResult = reads the results of passing assessment number testCaseResult.PassedAssessmentResults[assessmentIndex]assessmentIndex:
From a
polyspace.test.TestCaseResultobjecttestCaseResult.To a
polyspace.test.AssessmentResultobjectassessmentResult.
Here, assessmentIndex is the assessment index starting from 0.
assessmentResult = reads the results of failing assessment number testCaseResult.FailedAssessmentResults[assessmentIndex]assessmentIndex:
From a
polyspace.test.TestCaseResultobjecttestCaseResult.To a
polyspace.test.AssessmentResultobjectassessmentResult.
Here, assessmentIndex is the assessment index starting from 0.
Properties
Examples
Version History
Introduced in R2024b