Closed marcos-albornoz closed 2 years ago
The access to Environment Variables in JUnit tests is through of the callback to System.getenv("EnvVar") on each place where the Environment Variables are required. The improvenment is to keep the value of the Environment Variables as constants.
Covered in v0.9.0
The access to Environment Variables in JUnit tests is through of the callback to System.getenv("EnvVar") on each place where the Environment Variables are required. The improvenment is to keep the value of the Environment Variables as constants.