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
Verify(exception.Message.StartsWith("Cannot find a valid constructor for test class 'MSTest.TestAdapter.UnitTests.Execution.TypeCacheTests+DummyTestClassWithNoDefaultConstructor'. Valid constructors are 'public' and either parameterless or with one parameter of type 'TestContext'.",StringComparison.Ordinal));
113
+
Verify(exception.Message.StartsWith("Cannot find a valid constructor for test class 'MSTest.PlatformServices.Execution.UnitTests.TypeCacheTests+DummyTestClassWithNoDefaultConstructor'. Valid constructors are 'public' and either parameterless or with one parameter of type 'TestContext'.",StringComparison.Ordinal));
@@ -383,10 +383,10 @@ public void InvokeAsSynchronousShouldThrowIfParametersWereExpectedButIncorrectCo
383
383
Verify(ex.Outcome==UTF.UnitTestOutcome.Error);
384
384
385
385
// Error in English is:
386
-
// Cannot run test method 'MSTest.TestAdapter.UnitTests.Extensions.MethodInfoExtensionsTests+DummyTestClass2.PublicMethodWithParameters': Test data doesn't match method parameters. Either the count or types are different.
386
+
// Cannot run test method 'MSTest.PlatformServices.Extensions.UnitTests.MethodInfoExtensionsTests+DummyTestClass2.PublicMethodWithParameters': Test data doesn't match method parameters. Either the count or types are different.
387
387
// Test expected 2 parameter(s), with types 'Int32, Int32',
388
388
// but received 1 argument(s), with types 'Int32'.
@@ -406,10 +406,10 @@ public void InvokeAsSynchronousShouldThrowIfParametersWereExpectedButIncorrectTy
406
406
Verify(ex.Outcome==UTF.UnitTestOutcome.Error);
407
407
408
408
// Error in English is:
409
-
// Cannot run test method 'MSTest.TestAdapter.UnitTests.Extensions.MethodInfoExtensionsTests+DummyTestClass2.PublicMethodWithParameters': Test data doesn't match method parameters. Either the count or types are different.
409
+
// Cannot run test method 'MSTest.PlatformServices.Extensions.UnitTests.MethodInfoExtensionsTests+DummyTestClass2.PublicMethodWithParameters': Test data doesn't match method parameters. Either the count or types are different.
410
410
// Test expected 2 parameter(s), with types 'Int32, Int32',
411
411
// but received 2 argument(s), with types 'String, String'.
0 commit comments