We are doing agile development and creating unit test for our business objects. We are having a problem with trying to mock the data layer so our unit test will run faster by not hitting a database.
Has anyone figured out a good solution to Mocking the data layer?
Copyright (c) Marimer LLC