2829303132333435363738
final int ROWS=10000; final int NUMBERS=1000; final int SEARCH=5; final int PARTICIPANTS=5; final int LINES_PARTICIPANT=2000; MatrixMock mock=new MatrixMock(ROWS, NUMBERS,SEARCH); // Initializes the object for the results Results results=new Results(ROWS); // Creates an Grouper object
6667686970717273747576
/** * Tests (indirectly) {@link Formatter#append(Matrix)}. */ @Test public void testAppendMatrix() { final Matrix m = new MatrixMock(4, 4, 1, 0, 4, 0, -2, 1, 0, 0, 0, 0, 1, 7, 0, 0, 0, 1); assertWktEquals(