Open GoogleCodeExporter opened 9 years ago
I don't understand the advantage here versus the existing unit tests that are
shipped in the code?
Original comment by wump...@gmail.com
on 3 Jul 2010 at 8:15
The point is that I would like to mock out the Markdown class in my code. Most
mocking frameworks require that you mock an interface or that the class have
virtual methods. Adding an interface, which the Markdown class implements,
makes it trivial to mock it in my code.
Original comment by tvanfos...@gmail.com
on 6 Jul 2010 at 1:31
Original comment by wump...@gmail.com
on 12 Nov 2010 at 9:03
Original comment by wump...@gmail.com
on 12 Nov 2010 at 9:04
Original issue reported on code.google.com by
tvanfos...@gmail.com
on 10 Jun 2010 at 6:19