Posts by Helenton Ferreira • 1 point
2 posts
-
-1
votes1
answer14
viewsQ: Classnotfoundexception in Java mockite testing
Hello, When testing a class using Mockito, I came across the "Classnotfoundexception" error. Unfortunately I cannot resolve this error. All my dependencies are installed, but the error persists.…
-
0
votes0
answers12
viewsQ: Cannot compare variables in C
My code should recognize the character "(". But unfortunately it does not recognize, and I do not know why. Breakable Ahead starts with "(", but when I compare it to '(', it falls on the last Esol,…