Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
JParallelTestsGroup com.griddynamics.jagger.user.test.configurations.JParallelTestsGroup.Builder.build ( )

Creates the object of JParallelTestsGroup type with custom parameters.

Returns
JParallelTestsGroup object.

Definition at line 146 of file JParallelTestsGroup.java.

References com.griddynamics.jagger.user.test.configurations.JLoadTest.getId().

146  {
147 
148  if (tests.stream().map(JLoadTest::getId).collect(Collectors.toSet()).size() < tests.size()) {
149  throw new IllegalStateException("JLoadTest ids inside one JParallelTestsGroup are not all unique");
150  }
151 
152  return new JParallelTestsGroup(this);
153  }

Here is the call graph for this function: