Basics
Would like to develop a number of unit tests to cover some of the basics like the Micr class and parsing various MICR lines so we know if we break anything when making changes to how MICR lines are parsed.
Sample Exports
I think it would be possible to generate fake batch and transaction data for a unit test to generate a test file. That would allow us to build a unit test to generate, for example, a Bank Of The West file and compare it to a "known good" version of that file. This will be especially helpful once a bank has accepted the file so we know that we don't change how a file renders without intending to - especially if we are modifying the X937DSTU abstract class.
Basics
Would like to develop a number of unit tests to cover some of the basics like the Micr class and parsing various MICR lines so we know if we break anything when making changes to how MICR lines are parsed.
Sample Exports
I think it would be possible to generate fake batch and transaction data for a unit test to generate a test file. That would allow us to build a unit test to generate, for example, a Bank Of The West file and compare it to a "known good" version of that file. This will be especially helpful once a bank has accepted the file so we know that we don't change how a file renders without intending to - especially if we are modifying the X937DSTU abstract class.