This is my controller: public class BlogController : Controller { private IDAO<Blog> _blogDAO;
I feel like I'm missing something really obvious here. I have classes that require injecting of options u
How do I unit test (using xUnit) a class that has internal private methods, fields or nested classes? Or a fun
I have read and read articles on PHPUnit, SimpleTest, and other Unit Testing frameworks. They all sound so gre