Write tests checking for DataAccessException for each DAO
Closed this issue · 0 comments
melanger commented
Create some tests in the DAO test classes that force an error (for example a NullPointerException) and check that DataAccessException is thrown (this is already implemented).