Move hok, par, and rar tests to oauth package (#15834)

Closes #15833
This commit is contained in:
Stian Thorgersen 2022-12-05 15:42:20 +01:00 committed by GitHub
parent 1673906a54
commit 2f0d8cd895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 6 deletions

View file

@ -1,4 +1,4 @@
package org.keycloak.testsuite.hok; package org.keycloak.testsuite.oauth.hok;
import static org.hamcrest.Matchers.allOf; import static org.hamcrest.Matchers.allOf;
import static org.hamcrest.Matchers.greaterThanOrEqualTo; import static org.hamcrest.Matchers.greaterThanOrEqualTo;

View file

@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.keycloak.testsuite.par; package org.keycloak.testsuite.oauth.par;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertFalse;

View file

@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
* *
*/ */
package org.keycloak.testsuite.rar; package org.keycloak.testsuite.oauth.rar;
import org.junit.Before; import org.junit.Before;
import org.junit.Rule; import org.junit.Rule;

View file

@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
* *
*/ */
package org.keycloak.testsuite.rar; package org.keycloak.testsuite.oauth.rar;
import org.keycloak.models.utils.ModelToRepresentation; import org.keycloak.models.utils.ModelToRepresentation;
import org.keycloak.rar.AuthorizationDetails; import org.keycloak.rar.AuthorizationDetails;

View file

@ -15,10 +15,9 @@
* limitations under the License. * limitations under the License.
* *
*/ */
package org.keycloak.testsuite.rar; package org.keycloak.testsuite.oauth.rar;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.keycloak.admin.client.resource.ClientResource; import org.keycloak.admin.client.resource.ClientResource;
import org.keycloak.common.Profile; import org.keycloak.common.Profile;