Question: I ' m not even sure what the Project 3 . java is supposed to be doing. All of the real work is done with

I'm not even sure what the Project3.java is supposed to be doing. All of the "real work" is done with Fraction.java
I had to write a TON of unit tests, and now I'm supposed to write structural ones, and am stuck.
Based on the code coverage report, write structural tests to make sure all code paths are tested.
Code coverage reports, and result when clicked for information:
Total Coverage: package edu.baker.project3;
/**
@author rich
*/
public class Project3{
public static void main(String[] args){
System.out.println("Project 3!");
}
}
I ' m not even sure what the Project 3 . java is

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!