assert that a list is not empty in JUnit. You can simply use assertFalse(result.isEmpty());. Regarding your problem, it's simply caused by the fact that you ...
確定! 回上一頁