Posts by I. Oliveira • 27 points
3 posts
-
1
votes1
answer496
viewsQ: How to recover an object from a Hashset
I store my vows within a HashSet, but I would like to do a vote count in a Result class. How do I retrieve these votes and group by quantity? import java.util.Collection; import java.util.HashSet;…
javaasked I. Oliveira 27 -
0
votes1
answer465
viewsQ: Automated testing to verify an email confirmation
I am creating automated tests with the webdriver Selenium. I need to do a test to see if an email is sent to the user after registering on the system.
selenium-webdriverasked I. Oliveira 27 -
-3
votes1
answer745
viewsQ: I’m not getting a unit test
I have a problem to do a test method in this JAVA program. The method I devised was to verify that the wolf is dead. @Test public void verificaSeOLoboMorreAposCompletarAIdade(){ campo = new…