Question: Feedback? CHALLENGE ACTIVITY 7 . 8 . 2 : Unit testing of a class. Write a unit test for addInventory ( ) , which has

Feedback?
CHALLENGE
ACTIVITY
7.8.2: Unit testing of a class.
Write a unit test for addInventory(), which has an error. Call redSweater.addlnventory() with argument sweaterShipment. Print the shown error if the subsequent quantity is incorrect. Sample output for failed unit test given initial quantity is 10 and sweaterShipment is 50 :
Beginning tests.
UNIT TEST FAILED: addInventory()
Tests complete.
Note: UNIT TEST FAILED is preceded by 3 spaces.
Learn how our autograder works ?()
5280403489528 q ar3zqy7
27
InventoryTag redSweater = new InventoryTag();
int sweatershipment;
int sweaterInventoryBefore;
sweaterInventoryBefore = redSweater. getQuantityRemaining ();
sweaterShipment =scnr*nextInt();
System.out.println("Beginning tests.");
// FIXME add unit test for addInventory
Y* Your solution goes here */
System.out.println("Tests complete.");
}
}
//===== end =====
 Feedback? CHALLENGE ACTIVITY 7.8.2: Unit testing of a class. Write a

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 Databases Questions!