Uses of Record Class
testUtils.TestResultsRecords.TestIterationResult
Packages that use TestResultsRecords.TestIterationResult
-
Uses of TestResultsRecords.TestIterationResult in testUtils
Methods in testUtils that return types with arguments of type TestResultsRecords.TestIterationResultModifier and TypeMethodDescriptionTestResultsRecords.TestResult.iterationDetails()Returns the value of theiterationDetailsrecord component.Methods in testUtils with parameters of type TestResultsRecords.TestIterationResultModifier and TypeMethodDescriptionTestResultsRecords.TestResult.withIterationResult(TestResultsRecords.TestIterationResult iterationResult) Creates a new TestResult with an additional iteration.Constructor parameters in testUtils with type arguments of type TestResultsRecords.TestIterationResultModifierConstructorDescriptionTestResult(String outcome, String comment, Long durationInMs, String errorMessage, List<TestResultsRecords.TestIterationResult> iterationDetails) Creates an instance of aTestResultrecord class.