This class uses a matrix of {@link TestStep}:s. The steps in each row in the matrix is run by their own threads. After a column of test steps are run, all threads wait on a common {@link CountDownLatch}.
If any of the test steps fail, the {@link #run} method throws an assertionerror. @author Karl Gustafsson
|
|
|
|
|
|
|
|
|
|
|
|