4 instantiations of TestTokenCredential
Aspire.Hosting.Azure.Tests (4)
ProvisioningTestHelpers.cs (3)
52credential ?? new TestTokenCredential(), 89public static TokenCredential CreateTokenCredential() => new TestTokenCredential(); 1074public TokenCredential TokenCredential => new TestTokenCredential();
TokenCredentialProviderTests.cs (1)
60var customCredential = new TestTokenCredential();
1 reference to TestTokenCredential
Aspire.Hosting.Azure.Tests (1)
TokenCredentialProviderTests.cs (1)
60var customCredential = new TestTokenCredential();