Skip to content

Commit e7f9d51

Browse files
committed
update readme
1 parent 594c51c commit e7f9d51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/io/romeh/junit/SpringBootJunit5Mockito2/SpringBootJunit5IntegrationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import static io.romeh.junit.SpringBootJunit5Mockito2.services.TextService.ORIGINAL_OUTPUT;
55
import static org.junit.jupiter.api.Assertions.assertEquals;
66

7+
import org.junit.jupiter.api.DisplayName;
78
import org.junit.jupiter.api.Test;
89
import org.junit.jupiter.api.extension.ExtendWith;
910
import org.springframework.beans.factory.annotation.Autowired;
@@ -20,6 +21,7 @@ public class SpringBootJunit5IntegrationTest {
2021
private ShowService showService;
2122

2223
@Test
24+
@DisplayName("Integration test which will get the actual output of text service")
2325
public void contextLoads() {
2426
assertEquals(showService.getShowLable(), ORIGINAL_OUTPUT);
2527
}

0 commit comments

Comments
 (0)