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
logger.LogWithSource(source,"Skipping test case with duplicate ID '{0}' ('{1}' and '{2}')",testCase.TestCaseUniqueID,otherTestCase,testCase.TestCaseDisplayName);
logger.LogWithSource(source,"Discovered test case '{0}' (ID = '{1}', VS FQN = '{2}')",testCase.TestCaseDisplayName,testCase.TestCaseUniqueID,vsTestCase.FullyQualifiedName);
logger.LogWithSource(source,"Discovered test case '{0}' (ID = '{1}', VS FQN = '{2}')",testCase.TestCaseDisplayName,testCase.TestCaseUniqueID,vsTestCase.FullyQualifiedName);
0 commit comments