Uses of Record Class
testUtils.TestResultsRecords.TestResult
Packages that use TestResultsRecords.TestResult
-
Uses of TestResultsRecords.TestResult in testUtils
Methods in testUtils that return TestResultsRecords.TestResultModifier and TypeMethodDescriptionTestResultsRecords.TestResult.withIterationResult
(TestResultsRecords.TestIterationResult iterationResult) Creates a new TestResult with an additional iteration.Methods in testUtils that return types with arguments of type TestResultsRecords.TestResultModifier and TypeMethodDescriptionTestResultsRecords.TestResultReport.testResults()
Returns the value of thetestResults
record component.Constructor parameters in testUtils with type arguments of type TestResultsRecords.TestResultModifierConstructorDescriptionTestResultReport
(String testPlanName, String testSuiteName, Map<String, TestResultsRecords.TestResult> testResults) Creates an instance of aTestResultReport
record class.