webcompere / system-stubs

System Stubs - Test Doubles for Java System resources
MIT License
92 stars 12 forks source link

Support removal of environment variables and system properties #75

Closed ashleyfrieze closed 12 months ago

ashleyfrieze commented 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()