4 references to ValidateTest
dotnet-svcutil-lib.Tests (4)
E2ETests.cs (1)
56
ValidateTest
(options, this_TestCaseProject.DirectoryPath, processResult.ExitCode, processResult.OutputText, expectSuccess);
GlobalToolTests.cs (1)
25
ValidateTest
(options, this_TestCaseProject.DirectoryPath, processResult.ExitCode, processResult.OutputText, expectSuccess);
UnitTest.cs (2)
40
ValidateTest
(options, this_TestCaseProject.DirectoryPath, exitCode, outputText, expectSuccess);
341
ValidateTest
(options.ToString(), this_TestCaseProject.DirectoryPath, 0, string.Empty, true);