File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
src/test/java/com/thealgorithms Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 22
33import static org .junit .jupiter .api .Assertions .assertEquals ;
44import static org .junit .jupiter .api .Assertions .assertThrows ;
5+
56import com .thealgorithms .maths .Prime .MobiusFunction ;
67import org .junit .jupiter .api .Test ;
78
Original file line number Diff line number Diff line change 11package com .thealgorithms .maths .prime ;
22
3- import java .util .List ;
4- import java .util .stream .Stream ;
5-
63import static org .junit .jupiter .api .Assertions .assertEquals ;
4+
75import com .thealgorithms .maths .Prime .PrimeFactorization ;
6+ import java .util .List ;
7+ import java .util .stream .Stream ;
88import org .junit .jupiter .params .ParameterizedTest ;
99import org .junit .jupiter .params .provider .Arguments ;
1010import org .junit .jupiter .params .provider .MethodSource ;
Original file line number Diff line number Diff line change 55import com .thealgorithms .matrix .utils .MatrixUtil ;
66import java .math .BigDecimal ;
77import java .util .Objects ;
8-
98import org .junit .jupiter .api .Test ;
109
1110class MatrixUtilTest {
Original file line number Diff line number Diff line change 33import static org .junit .jupiter .api .Assertions .assertArrayEquals ;
44import static org .junit .jupiter .api .Assertions .assertEquals ;
55import static org .junit .jupiter .api .Assertions .assertThrows ;
6+
67import org .junit .jupiter .api .Test ;
78
89class MirrorOfMatrixTest {
Original file line number Diff line number Diff line change 11package com .thealgorithms .puzzlesandgames ;
22
3- import java .util .ArrayList ;
4- import java .util .List ;
5-
63import static org .junit .jupiter .api .Assertions .assertEquals ;
74import static org .junit .jupiter .api .Assertions .assertTrue ;
5+
6+ import java .util .ArrayList ;
7+ import java .util .List ;
88import org .junit .jupiter .api .Test ;
99
1010public class TowerOfHanoiTest {
You can’t perform that action at this time.
0 commit comments