6 references to UserSecretsTestFixture
Microsoft.Extensions.SecretManager.Tools.Tests (6)
InitCommandTest.cs (3)
18
public class InitCommandTests : IClassFixture<
UserSecretsTestFixture
>
20
private
UserSecretsTestFixture
_fixture;
24
public InitCommandTests(
UserSecretsTestFixture
fixture, ITestOutputHelper output)
SecretManagerTests.cs (3)
18
public class SecretManagerTests : IClassFixture<
UserSecretsTestFixture
>
21
private readonly
UserSecretsTestFixture
_fixture;
24
public SecretManagerTests(
UserSecretsTestFixture
fixture, ITestOutputHelper output)