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
if testCase.isParameterized,let arguments = testCase.arguments {
577
+
message ="Test case passing \(arguments.count.counting("argument"))\(testCase.labeledArguments(includingQualifiedTypeNames: verbosity >0)) to \(testName) started"
578
+
}elseif iteration >1{
579
+
message =testStartedMessage(for: test)
580
+
}else{
569
581
break
570
582
}
571
583
584
+
if iteration >1{
585
+
message +=" (repetition \(iteration))"
586
+
}
587
+
588
+
message +="."
589
+
572
590
return[
573
-
Message(
574
-
symbol:.default,
575
-
stringValue:"Test case passing \(arguments.count.counting("argument"))\(testCase.labeledArguments(includingQualifiedTypeNames: verbosity >0)) to \(testName) started."
0 commit comments