Skip to content

Commit 2e76d8c

Browse files
committed
tests: add more coverage for Lesson15
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent 42fb592 commit 2e76d8c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lesson_15/tdd/tdd_app/src/test/java/com/codedifferently/lesson15/Lesson15Test.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@ class Lesson15Test {
1010
public void testLesson15() {
1111
assertThat(new Lesson15()).isNotNull();
1212
}
13+
14+
@Test
15+
public void testGetGreeting() {
16+
// Act
17+
Lesson15.main(null);
18+
}
1319
}

0 commit comments

Comments
 (0)