Uses of Interface
io.quarkus.test.bootstrap.TestContext
-
Packages that use TestContext Package Description io.quarkus.test.bootstrap -
-
Uses of TestContext in io.quarkus.test.bootstrap
Classes in io.quarkus.test.bootstrap that implement TestContext Modifier and Type Class Description static classTestContext.TestContextImplMethods in io.quarkus.test.bootstrap that return TestContext Modifier and Type Method Description TestContextScenarioContext. getTestContext()TestContextServiceContext. getTestContext()Methods in io.quarkus.test.bootstrap with parameters of type TestContext Modifier and Type Method Description voidQuarkusScenarioBootstrap. beforeAll(TestContext context)voidQuarkusScenarioBootstrap. beforeEach(TestContext testContext, String testMethodName)voidScenarioContext. setMethodTestContext(TestContext methodTestContext, String testMethodName)
-