Uses of Record Class
testUtils.TestResultsRecords.TestCaseInfo
Packages that use TestResultsRecords.TestCaseInfo
-
Uses of TestResultsRecords.TestCaseInfo in testUtils
Methods in testUtils that return types with arguments of type TestResultsRecords.TestCaseInfoModifier and TypeMethodDescriptionTestResultsRecords.TestPlanSuite.testCases()
Returns the value of thetestCases
record component.Constructor parameters in testUtils with type arguments of type TestResultsRecords.TestCaseInfoModifierConstructorDescriptionTestPlanSuite
(String testPlanName, String testSuiteName, Map<String, TestResultsRecords.TestCaseInfo> testCases) Creates an instance of aTestPlanSuite
record class.