Posts by Ana Beatriz Araujo • 75 points
3 posts
-
5
votes1
answer3287
viewsQ: Error using Mock: Wanted but not Invoked: Actually, there Were zero interactions with this mock
I’m making a list of exercises and I’m having doubts on the following: Question 3 - The Verify method, from the org.mockito.Mockito.Verify package, is used to check the amount of times a method is…
-
0
votes1
answer312
viewsQ: Classes Parameterized with Junit 4
I have an exercise to solve involving classes parameterized in Java and I’m a little confused. The exercise is as follows: Program a parameterized class to test the method with the following input…
-
2
votes1
answer659
viewsQ: Java Recursion - MDC
How can I implement a counter in the code below to know how many recursive calls will happen to calculate the MDC of 14 and 18? package Aula01; import javax.swing.JOptionPane; public class Exer01 {…