Class StraightInsertionSorterTest

java.lang.Object
com.irurueta.sorting.StraightInsertionSorterTest

class StraightInsertionSorterTest extends Object
  • Field Details

  • 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()