Closed GoogleCodeExporter closed 9 years ago
Priority drop.
Original comment by promit....@gmail.com
on 23 Oct 2008 at 7:07
I removed the old NUnit-based unit tests and added new ones based on Google
Test and
Google Mock. I'll port the old tests over in a bit.
The reason I made this change was because it's very difficult for us to test
SlimDX
from managed code, because it we didn't have a way to mock the native
dependencies.
Google Mock provides a really nice mock framework for native stuff (about as
on-par
with Moq and the like as you can expect from native code), and includes Google
Test
as part of its distribution, which is itself pretty good. As a result I didn't
see a
need to keep NUnit around... especially since introducing GMock and GTest
increases
the Boost surface area we're depending on.
Original comment by josh.petrie
on 5 Apr 2009 at 2:22
Closing because this is an obvious general work item.
Original comment by josh.petrie
on 9 Nov 2009 at 3:05
Original issue reported on code.google.com by
promit....@gmail.com
on 22 Sep 2008 at 9:31