Package io.quarkus.test.bootstrap
Interface TestContext.TestStore
-
- All Known Implementing Classes:
TestContext.MapBackedTestStore
- Enclosing interface:
- TestContext
public static interface TestContext.TestStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectget(Object key)voidput(Object key, Object val)
-