Thanks, Khushwant, I tried @reference but did not have any luck getting through NPE. I will explore the below framework and let you know if i have any success. Regards,Abhishek
I am trying to write test cases using JUNIT4 for a class (AssemblerHelperService.java) with method (GetTotalPages) that accepts Assembler Service (com.adobe.fd.assembler.service.AssemblerService) instance and a PDF File (com.adobe.aemfd.docmanager.Document) as parameters.I created a separate Test cl...