Closed ashleyfrieze closed 12 months ago
A fix for #71 - this allows remove to be called on EnvironmentVariables and SystemProperties to request that any existing property/variable is completely removed from the map when stubbing is active. This is better than using set()
remove
EnvironmentVariables
SystemProperties
set()
A fix for #71 - this allows
remove
to be called onEnvironmentVariables
andSystemProperties
to request that any existing property/variable is completely removed from the map when stubbing is active. This is better than usingset()