Question: SelectionSort.java class a. Create a new Java Project in Eclipse b. Add a new Java class SelectionSort.java in the project (initial source code in the

SelectionSort.java class a. Create a new Java Project in Eclipse b. Add a new Java class "SelectionSort.java" in the project (initial source code in the next page) c. Add a Junit Test Case "testSelectionSort.java" in the project d. Develop and execute the following unit tests 1) testRasitives- testing a list of all positive integers 2) testNegatives - testing a list of all negative integers 3) testMixed - testing a list containing positive, negative and zeros. 4) testDuplicates - testing a list containing one or more duplicate number, for both positive and negative numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
