Question: For the java code of the class listed in the attached PDF, implement unit and integration test harness to test two methods defined in the
For the java code of the class listed in the attached PDF, implement unit and integration test harness to test two methods defined in the class. Perform basic path analysis to identify inputs and expected outputs. Use this set of inputs/outputs in your test harness of the unit/integration tests. Perform equivalent partition and boundary value analysis of input space to determine inputs and outputs. Use this set of inputs/outputs in your test harness of the unit/integration tests.
Check for exceptions if any and modify the code if it doesnt behave as expected.
1 package edu,oakland.cs13370,task; 3 public class Distancet /I Get minimu of three values 7 private int Mininum (int a, int b, int c) int mi; 10 if (b
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
