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