Add @Test annotation
This commit is contained in:
@@ -19,6 +19,7 @@ public class CheckedUncheckedExceptionsUnitTest {
|
||||
});
|
||||
}
|
||||
|
||||
@Test
|
||||
public void whenTryCatchExcetpion_thenSuccess() {
|
||||
try {
|
||||
CheckedUncheckedExceptions.checkedExceptionWithTryCatch();
|
||||
|
||||
Reference in New Issue
Block a user