testEnvironment property

  1. @visibleForTesting
Map<String, String>? testEnvironment
getter/setter pair

Environment map which can be overridden for testing purposes.

Implementation

@visibleForTesting
static Map<String, String>? testEnvironment;