| 64 | } |
| 65 | |
| 66 | int getNumTestedMixedDeploymentRepetitions() { |
| 67 | |
| 68 | static int value = getIntEnvVarValueOrDefault("TEST_NUM_MIXED_DEPLOYMENT_REPETITIONS", 10); |
| 69 | return value; |
| 70 | } |
| 71 | |
| 72 | bool getWhetherToTestAllDeployments() { |
| 73 |
no test coverage detected