2 references to WithCulture
dotnet.Tests (2)
CommandTests\Test\GivenDotnetTestsRunsInDifferentCultures.cs (1)
25
var command = new DotnetTestCommand(Log, disableNewOutput: true).WithWorkingDirectory(testAsset.Path).
WithCulture
(locale);
CommandTests\Test\GivenDotnetTestsRunsWithDifferentCultures.cs (1)
24
.
WithCulture
(locale)