Package io.quarkus.test.bootstrap
Class TestContext.MapBackedTestStore
- java.lang.Object
-
- io.quarkus.test.bootstrap.TestContext.MapBackedTestStore
-
- All Implemented Interfaces:
TestContext.TestStore
- Enclosing interface:
- TestContext
public static class TestContext.MapBackedTestStore extends Object implements TestContext.TestStore
-
-
Constructor Summary
Constructors Constructor Description MapBackedTestStore()
-
-
-
Method Detail
-
get
public Object get(Object key)
- Specified by:
getin interfaceTestContext.TestStore
-
put
public void put(Object key, Object val)
- Specified by:
putin interfaceTestContext.TestStore
-
-