test renamed to end with UnitTest suffix

This commit is contained in:
Marcos Lopez Gonzalez 2019-05-04 19:59:12 +02:00
parent c2d94513d8
commit c5f0223282
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
/**
* Tests the {@link RootCauseFinder}.
*/
public class RootCauseFinderTest {
public class RootCauseFinderUnitTest {
@Test
public void givenBirthDate_whenCalculatingAge_thenAgeReturned() {