withSystemProperties

Add the specified System property pairs. Key-value pairs can be specified with colon (":") or equals ("=") separators. System properties are added before the context is run and restored when the context is closed.

Return

a new instance with the updated system properties

Parameters

pairs

the key-value pairs for properties that need to be added to the system

See also