Hi,
Our company is focussed on implementing high quality software so we write a lot of unittests.
Recentely we migrated to MS dynamics 2012 version and started to develop in X++, so we have to setup a framework for mocking.
Till now we were doing great on unittest for classes.
Atm im stuck at a test that uses the IsNewRecord from a Table Object and i need a mock or fake object from the tabel to adjust the result from IsNewRecord().
It seems making a class en extend from the Table is no option.
anyone any idea how to solve this ?
Greetz,
Kurt
*This post is locked for comments