Skip to content
Snippets Groups Projects
Commit d9627c3f authored by ginquin's avatar ginquin
Browse files

Añadido test servicios

parent 2952fecd
Branches rama7
No related tags found
No related merge requests found
......@@ -155,9 +155,9 @@ public class SmellServiceTest {
@Test
public void testGetStatiticsSmellscope() {
Mockito.when(smellDao.getStatiticsSmellconcept()).thenReturn(statiticsSmellconcept);
Mockito.when(smellDao.getStatiticsSmellscope()).thenReturn(statiticsSmellconcept);
Map<String, Integer> result = smellService.getStatiticsSmellconcept();
Map<String, Integer> result = smellService.getStatiticsSmellscope();
assertEquals(result, statiticsSmellconcept);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment