Relative Content

Tag Archive for javaunit-testingstaticmockingmockito

Mocking static method in Enum class with Mockito

have been struggling to mock a static method using mockito,
the method I am trying to mock is
CloudFrontUrlSigner.getSignedURLWithCannedPolicy
https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/cloudfront/CloudFrontUrlSigner.html