Interface SortingServiceFactory


public interface SortingServiceFactory
Factory service for sorter configurations to test. Provides The implementing class provides sorter configurations that a student wants to be tested by the teacher tests.
Author:
Pieter van den Hombergh / Richard van den Ham.
  • Method Details

    • streamSorterConfigurations

      Stream<SorterConfiguration> streamSorterConfigurations()
      Get all sorter configurations that should be tested.
      Returns:
      a stream of sorter configurations that should be tested.