Question: Note: Do all of the following with respect to Java programming: 15 points: make a unit test for a class that should roll a dice
Note: Do all of the following with respect to Java programming:
15 points: make a unit test for a class that should roll a dice
10 points: Make a class: roll dice
25 points: write a program to create an object roll dice, and roll the dice a million times for each face on the dice and prove your dice is fair.
10 points: Write a unit test that shows you can create your object from your class and the object is not null
10 points: Write a unit test that shows your dice role game does not allow out of bounds rolls
5 points: write a unit test that shows that dice outcomes can only be integers.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
