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