6 references to WithRealmImport
Aspire.Hosting.Keycloak.Tests (5)
KeycloakPublicApiTests.cs (5)
115
var action = () => builder.
WithRealmImport
(importDirectory);
130
var action = () => builder.
WithRealmImport
(import);
144
var action = () => builder.
WithRealmImport
("does-not-exist");
160
keycloak.
WithRealmImport
(tempDirectory);
187
keycloak.
WithRealmImport
(filePath);
Keycloak.AppHost (1)
Program.cs (1)
5
.
WithRealmImport
("../realms");