Package org.verifyica.api
Interface Context
- All Known Subinterfaces:
ArgumentContext,ClassContext,EngineContext
public interface Context
Interface to implement Context
-
Method Summary
Modifier and TypeMethodDescriptiondefault ConfigurationGet the ConfigurationGet the ConfigurationgetMap()Get the Mapdefault ExtendedMap<String, Object> map()Get the Map
-
Method Details
-
configuration
Get the Configuration- Returns:
- the Configuration
-
map
Get the Map- Returns:
- the Map
-
getConfiguration
Configuration getConfiguration()Get the Configuration- Returns:
- the Configuration
-
getMap
ExtendedMap<String,Object> getMap()Get the Map- Returns:
- the Map
-