6 references to WithRealmImport
Aspire.Hosting.Keycloak.Tests (5)
KeycloakPublicApiTests.cs (5)
116
var action = () => builder.
WithRealmImport
(importDirectory);
131
var action = () => builder.
WithRealmImport
(import);
145
var action = () => builder.
WithRealmImport
("does-not-exist");
161
keycloak.
WithRealmImport
(tempDirectory);
188
keycloak.
WithRealmImport
(filePath);
Keycloak.AppHost (1)
Program.cs (1)
5
.
WithRealmImport
("../realms");