Package uk.co.spudsoft.jwtvalidatorvertx
Class TokenIntrospectionTest
java.lang.Object
uk.co.spudsoft.jwtvalidatorvertx.TokenIntrospectionTest
@TestInstance(PER_CLASS)
@ExtendWith(io.vertx.junit5.VertxExtension.class)
@Disabled
public class TokenIntrospectionTest
extends Object
TokenIntrospectionTest class.
- Author:
- Paulius Matulionis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
void
shutdown()
void
testIntrospectToken
(io.vertx.core.Vertx vertx, io.vertx.junit5.VertxTestContext testContext)
-
Constructor Details
-
TokenIntrospectionTest
public TokenIntrospectionTest()
-
-
Method Details
-
init
- Throws:
IOException
-
shutdown
- Throws:
IOException
-
testIntrospectToken
@Test public void testIntrospectToken(io.vertx.core.Vertx vertx, io.vertx.junit5.VertxTestContext testContext) throws Throwable - Throws:
Throwable
-