You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Test case passing \(arguments.count.counting("argument"))\(testCase.labeledArguments(includingQualifiedTypeNames: verbosity >0)) to \(testName) started"
575
+
varmessage:String
576
+
if testCase.isParameterized,let arguments = testCase.arguments {
577
+
message ="Test case passing \(arguments.count.counting("argument"))\(testCase.labeledArguments(includingQualifiedTypeNames: verbosity >0)) to \(testName) started"
0 commit comments