Package io.quarkus.test.bootstrap
Interface TestContext
-
- All Known Implementing Classes:
TestContext.TestContextImpl
public interface TestContext
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTestContext.MapBackedTestStorestatic classTestContext.TestContextImplstatic interfaceTestContext.TestStore
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<?>getRequiredTestClass()Optional<String>getRunningTestMethodName()Set<String>getTags()TestContext.TestStoregetTestStore()
-