Tuan Kiet
05/28/2019, 6:22 AMcan not mock this method with return type String but got Url instead
Stephan Schroeder
05/28/2019, 8:40 AMMockito 2.25.0 had an important feature added for anyone using mockito-inline. In particular anyone using Kotlin (which demands using mockito-inline) and PowerMock (which exasperates the problem even more) will want to add this to all of their test classes to avoid a large memory leak
https://github.com/mockito/mockito/wiki/What%27s-new-in-Mockito-2Stephan Schroeder
05/28/2019, 8:48 AMLeoColman
05/28/2019, 3:32 PM