Package com.irurueta.sorting
Class StraightInsertionSorterTest
java.lang.Object
com.irurueta.sorting.StraightInsertionSorterTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private static final int
private static final int
private static final int
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
MIN_LENGTH
private static final int MIN_LENGTH- See Also:
-
MAX_LENGTH
private static final int MAX_LENGTH- See Also:
-
MIN_VALUE
private static final int MIN_VALUE- See Also:
-
MAX_VALUE
private static final int MAX_VALUE- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
StraightInsertionSorterTest
StraightInsertionSorterTest()
-
-
Method Details
-
testSortWithComparator
@Test void testSortWithComparator() -
testSortWithIndicesAndComparator
@Test void testSortWithIndicesAndComparator() -
testSortDoubles
@Test void testSortDoubles() -
testSortWithIndicesDoubles
@Test void testSortWithIndicesDoubles() -
testSortFloats
@Test void testSortFloats() -
testSortWithIndicesFloats
@Test void testSortWithIndicesFloats() -
testSortInts
@Test void testSortInts() -
testSortWithIndicesInts
@Test void testSortWithIndicesInts() -
testSortLongs
@Test void testSortLongs() -
testSortWithIndicesLongs
@Test void testSortWithIndicesLongs() -
testGetMethod
@Test void testGetMethod()
-