| | |
| | | import org.apache.http.HttpEntity; |
| | | import org.apache.http.NameValuePair; |
| | | import org.apache.http.client.utils.URLEncodedUtils; |
| | | import org.junit.Test; |
| | | import org.junit.jupiter.api.Test; |
| | | import org.keycloak.protocol.cas.utils.LogoutHelper; |
| | | import org.keycloak.saml.common.constants.JBossSAMLURIConstants; |
| | | import org.keycloak.saml.common.util.DocumentUtil; |
| | |
| | | import java.util.List; |
| | | import java.util.stream.Collectors; |
| | | |
| | | import static org.junit.Assert.assertEquals; |
| | | import static org.junit.Assert.assertFalse; |
| | | import static org.junit.jupiter.api.Assertions.assertEquals; |
| | | import static org.junit.jupiter.api.Assertions.assertFalse; |
| | | |
| | | |
| | | public class LogoutHelperTest { |
| | | @Test |