- java.lang.Object
-
- io.annot8.testing.testimpl.TestProperties
-
- All Implemented Interfaces:
io.annot8.core.properties.ImmutableProperties,io.annot8.core.properties.MutableProperties,io.annot8.core.properties.Properties
public class TestProperties extends Object implements io.annot8.core.properties.MutableProperties, io.annot8.core.properties.ImmutableProperties
-
-
Constructor Summary
Constructors Constructor Description TestProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAll()Optional<Object>remove(String key)voidset(String key, Object value)-
Methods inherited from interface io.annot8.core.properties.MutableProperties
add, remove, removeAll, set
-
-