Hi Unni,
JustMock is a mocking library. It is not a unit testing framework. JustMock is a library that helps you write your unit tests by providing tools to isolate dependencies of classes under test. You still need to use a unit testing framework (e.g. NUnit) and use its test runner to have actual tests.
As a corollary, JustMock can be used outside of a unit test project for changing the behavior of code at runtime, although there probably aren't many useful applications of this feature.
Regards,
Stefan
Telerik
Share what you think about JustTrace & JustMock with us, so we can become even better! You can use the built-in feedback tool inside JustTrace, our
forums, or our
JustTrace or
JustMock portals.