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