Skip to content

Commit

Permalink
remove outdated tests from programming exercise Java readme template
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Krusche committed Sep 23, 2019
1 parent c0f5eb3 commit b9d4320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/java/readme
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Use the strategy pattern to select the right sorting algorithm at runtime.
1. [task][SortStrategy Interface](testClass[SortStrategy],testMethods[SortStrategy])
Create a `SortStrategy` interface and adjust the sorting algorithms so that they implement this interface.

2. [task][Context Class](testClass[Context],testAttributes[Context],testMethods[Context])
2. [task][Context Class](testAttributes[Context],testMethods[Context])
Create and implement a `Context` class following the below class diagram

3. [task][Context Policy](testClass[Policy],testConstructors[Policy],testAttributes[Policy],testMethods[Policy])
3. [task][Context Policy](testConstructors[Policy],testAttributes[Policy],testMethods[Policy])
Create and implement a `Policy` class following the below class diagram with a simple configuration mechanism:

1. [task][Select MergeSort](testClass[MergeSort],testUseMergeSortForBigList)
Expand Down

0 comments on commit b9d4320

Please sign in to comment.