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 thetestCasesrecord 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 aTestPlanSuiterecord class.