Package com.irurueta.sorting
Class SorterTest
java.lang.Object
com.irurueta.sorting.SorterTest
-
Nested Class Summary
Nested Classes -
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
(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
(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
(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
(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
(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
(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
-
SorterTest
SorterTest()
-
-
Method Details
-
testCreate
@Test void testCreate() -
testSortWithComparator
@Test void testSortWithComparator() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWithIndicesAndComparator
@Test void testSortWithIndicesAndComparator() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortDoubles
@Test void testSortDoubles() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWithIndicesDoubles
@Test void testSortWithIndicesDoubles() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortFloats
@Test void testSortFloats() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWithIndicesFloats
@Test void testSortWithIndicesFloats() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortInts
@Test void testSortInts() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWithIndicesInts
@Test void testSortWithIndicesInts() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortLongs
@Test void testSortLongs() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWithIndicesLongs
@Test void testSortWithIndicesLongs() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortComparablesWithinRange
@Test void testSortComparablesWithinRange() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortComparables
@Test void testSortComparables() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWholeArray
@Test void testSortWholeArray() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWholeArrayOfDoubles
@Test void testSortWholeArrayOfDoubles() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWholeArrayOfFloats
@Test void testSortWholeArrayOfFloats() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWholeArrayOfInts
@Test void testSortWholeArrayOfInts() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWholeArrayOfLongs
@Test void testSortWholeArrayOfLongs() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWithIndicesComparablesWithinRange
@Test void testSortWithIndicesComparablesWithinRange() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWithIndicesComparables
@Test void testSortWithIndicesComparables() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWithIndicesWholeArray
@Test void testSortWithIndicesWholeArray() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWithIndicesWholeArrayOfDoubles
@Test void testSortWithIndicesWholeArrayOfDoubles() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWithIndicesWholeArrayOfFloats
@Test void testSortWithIndicesWholeArrayOfFloats() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWithIndicesWholeArrayOfInts
@Test void testSortWithIndicesWholeArrayOfInts() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSortWithIndicesWholeArrayOfLongs
@Test void testSortWithIndicesWholeArrayOfLongs() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSelectComparables
@Test void testSelectComparables() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSelectComparablesWithinRange
@Test void testSelectComparablesWithinRange() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSelectWithComparator
@Test void testSelectWithComparator() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSelectDoubles
@Test void testSelectDoubles() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSelectFloats
@Test void testSelectFloats() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSelectInts
@Test void testSelectInts() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSelectLongs
@Test void testSelectLongs() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSelectWithComparatorWithinRange
@Test void testSelectWithComparatorWithinRange() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSelectDoublesWithinRange
@Test void testSelectDoublesWithinRange() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSelectFloatsWithinRange
@Test void testSelectFloatsWithinRange() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSelectIntsWithinRange
@Test void testSelectIntsWithinRange() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testSelectLongWithinRange
@Test void testSelectLongWithinRange() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianComparablesOddLength
@Test void testMedianComparablesOddLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianComparablesEvenLength
@Test void testMedianComparablesEvenLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianComparablesWithinRange
@Test void testMedianComparablesWithinRange() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianWithComparatorOddLength
@Test void testMedianWithComparatorOddLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianWithComparatorEvenLength
@Test void testMedianWithComparatorEvenLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianWithComparatorWithinRange
@Test void testMedianWithComparatorWithinRange() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianDoublesOddLength
@Test void testMedianDoublesOddLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianDoublesEvenLength
@Test void testMedianDoublesEvenLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianDoublesWithinRange
@Test void testMedianDoublesWithinRange() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianFloatsOddLength
@Test void testMedianFloatsOddLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianFloatsEvenLength
@Test void testMedianFloatsEvenLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianFloatsWithinRange
@Test void testMedianFloatsWithinRange() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianIntsOddLength
@Test void testMedianIntsOddLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianIntsEvenLength
@Test void testMedianIntsEvenLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianIntsWithinRange
@Test void testMedianIntsWithinRange() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianLongsOddLength
@Test void testMedianLongsOddLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianLongsEvenLength
@Test void testMedianLongsEvenLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianLongsWithinRange
@Test void testMedianLongsWithinRange() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianComparableAndAverageablesOddLength
@Test void testMedianComparableAndAverageablesOddLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianComparableAndAverageablesEvenLength
@Test void testMedianComparableAndAverageablesEvenLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianBytesOddLength
@Test void testMedianBytesOddLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianBytesEvenLength
@Test void testMedianBytesEvenLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianCharactersOddLength
@Test void testMedianCharactersOddLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianCharactersEvenLength
@Test void testMedianCharactersEvenLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianShortsOddLength
@Test void testMedianShortsOddLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianShortsEvenLength
@Test void testMedianShortsEvenLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianIntegersOddLength
@Test void testMedianIntegersOddLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianIntegersEvenLength
@Test void testMedianIntegersEvenLength() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianLongsOddLength2
@Test void testMedianLongsOddLength2() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianLongsEvenLength2
@Test void testMedianLongsEvenLength2() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianFloatsOddLength2
@Test void testMedianFloatsOddLength2() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianFloatsEvenLength2
@Test void testMedianFloatsEvenLength2() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianDoublesOddLength2
@Test void testMedianDoublesOddLength2() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-
testMedianDoublesEvenLength2
@Test void testMedianDoublesEvenLength2() throws com.irurueta.sorting.SortingException- Throws:
com.irurueta.sorting.SortingException
-