Android
final static class 를 mock 하기
aucd29
2019. 8. 12. 09:20
final static class 를 mock 하기 위해서는
testImplementation 'org.mockito:mockito-inline:2.13.0' 를 추가해야 된다.
https://stackoverflow.com/questions/14292863/how-to-mock-a-final-class-with-mockito
testImplementation 'org.mockito:mockito-inline:2.13.0' 를 추가해야 된다.
https://stackoverflow.com/questions/14292863/how-to-mock-a-final-class-with-mockito