Class SystemSorterTest

java.lang.Object
com.irurueta.sorting.SystemSorterTest

class SystemSorterTest extends Object
  • Field Details

  • Constructor Details

    • SystemSorterTest

      SystemSorterTest()
  • Method Details

    • testSortWithComparator

      @Test void testSortWithComparator()
    • testSortWithIndicesAndComparator

      @Test void testSortWithIndicesAndComparator() throws com.irurueta.sorting.SortingException
      Throws:
      com.irurueta.sorting.SortingException
    • testSortDoubles

      @Test void testSortDoubles()
    • testSortWithIndicesDoubles

      @Test void testSortWithIndicesDoubles() throws com.irurueta.sorting.SortingException
      Throws:
      com.irurueta.sorting.SortingException
    • testSortFloats

      @Test void testSortFloats()
    • testSortWithIndicesFloats

      @Test void testSortWithIndicesFloats() throws com.irurueta.sorting.SortingException
      Throws:
      com.irurueta.sorting.SortingException
    • testSortInts

      @Test void testSortInts()
    • testSortWithIndicesInts

      @Test void testSortWithIndicesInts() throws com.irurueta.sorting.SortingException
      Throws:
      com.irurueta.sorting.SortingException
    • testSortLongs

      @Test void testSortLongs()
    • testSortWithIndicesLongs

      @Test void testSortWithIndicesLongs() throws com.irurueta.sorting.SortingException
      Throws:
      com.irurueta.sorting.SortingException
    • testGetMethod

      @Test void testGetMethod()