1 package com.griddynamics.jagger.user.test.configurations.load.auxiliary;
7 private final int threadCount;
10 if (threadCount <= 0) {
11 throw new IllegalArgumentException(String.format(
"Number of threads must be > 0. Provided value is %s", threadCount));
13 this.threadCount = threadCount;