Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hii,
I am unable to mock static methods while writing Junit test cases for Customizations. For example: the static methods ProcessHelper.checkRequestSubmitted(ChangeItem) and PersistenceHelper.manager.save(). If we dont mock this static method means, it requires method server to be on running state while running Junit test cases which is not recommended by PTC. I have also tried with all the powermock jars, but still not working. Can anyone help me how to mock these static ones?
Thanks,
Naga