- java.lang.Object
-
- io.annot8.testing.testimpl.TestProperties
-
- All Implemented Interfaces:
io.annot8.api.properties.ImmutableProperties,io.annot8.api.properties.MutableProperties,io.annot8.api.properties.Properties
public class TestProperties extends Object implements io.annot8.api.properties.MutableProperties, io.annot8.api.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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-