2
votes
Unit testing DAO, am I doing it right?
What are you testing here? IMHO the only thing important here is your SQL command as there's no specific logic to test in your DAO.
Testing init code like "new PostDAO(null)" is usel …
