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