Mockito - Kotlin test throws Null Pointer Exception when trying to capture Pageable argument

后端 未结 0 1218
南笙
南笙 2021-01-28 12:58

I have written a really simple test for a method in my controller using Mockito

@Test
fun `get items based on category ID`() {
    val pageable: Pageable = PageRe         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题