Home / testsuite / performance / tests / src / test / scala / org / keycloak / performance / EmulatedOIDC.scala
package org.keycloak.performance object EmulatedOIDC extends EmulatedOIDC { // TODO Existing OIDC tests from keycloak.OIDC* will be moved here. } trait EmulatedOIDC extends OIDC { import EmulatedOIDC._ }