Looking for an example of a Test Class to use with a post processing method class that I am using with in the NPSP Data Import. The class implements npsp.BDI_IPostProcess and the process method is what is being implemented. The method I wish to test is being passed an instance of the npsp.BDI_DataImportService. I'm fairly new to writing apex so I'm not sure how to go about writing this test.
Thanks to anyone who can point me in the right direction