Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

Junit5, Mockito for catch block for tidyJsonItemWriter.dump

Avatar

Level 1

How to cover the catch block for tidyJsonItemWriter.dump() method

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@anilc27140375 
Please have a look into below link, it's not exact the same thing. But it might help.
https://www.codejava.net/testing/junit-test-exception-examples-how-to-assert-an-exception-is-thrown

Thanks,
Nikhil

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

@anilc27140375 
Please have a look into below link, it's not exact the same thing. But it might help.
https://www.codejava.net/testing/junit-test-exception-examples-how-to-assert-an-exception-is-thrown

Thanks,
Nikhil

Avatar

Community Advisor

Hi @anilc27140375,

Can you let know if you are printing log message or any logic is handled in catch block for JSONException, RepositoryException and/or ValueFormatException part of dump method