Skip to content

Commit 2796491

Browse files
GangGang
authored andcommitted
Add @test annotation
1 parent 0630b2d commit 2796491

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core-java-modules/core-java-exceptions/src/test/java/com/baeldung/exceptions/CheckedUncheckedExceptionsUnitTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public void whenFileNotExist_thenThrowException() {
1919
});
2020
}
2121

22+
@Test
2223
public void whenTryCatchExcetpion_thenSuccess() {
2324
try {
2425
CheckedUncheckedExceptions.checkedExceptionWithTryCatch();

0 commit comments

Comments
 (0)