Getting below error when mocking ResourceResponse, using sdk version 2.4.5. I saw FeedResponse doesn't have final keyword, can you make it same for ResourceResponse?
FAILED CONFIGURATION: @BeforeMethod setup
org.mockito.exceptions.base.MockitoException:
Cannot mock/spy class com.microsoft.azure.cosmosdb.ResourceResponse
Mockito cannot mock/spy because :
- final class
Getting below error when mocking ResourceResponse, using sdk
version 2.4.5. I saw FeedResponse doesn't have final keyword, can you make it same for ResourceResponse?