3 references to WithData
Aspire.Hosting.Radius.Tests (3)
Secrets\AddRadiusSecretStoreTests.cs (3)
122
.
WithData
("password", pass);
134
.
WithData
("username", pass);
136
var ex = Assert.Throws<InvalidOperationException>(() => store.
WithData
("password", pass));