617cae8fbf | ||
---|---|---|
Examples | ||
Solution Items | ||
Telerik.JustMock | ||
Telerik.JustMock.DemoLib | ||
Telerik.JustMock.DemoLibSigned | ||
Telerik.JustMock.Portable | ||
Telerik.JustMock.Silverlight | ||
Telerik.JustMock.Silverlight.Tests | ||
Telerik.JustMock.Tests | ||
.gitattributes | ||
.gitignore | ||
Architecture Overview.md | ||
CommonAssemblyInfo.cs | ||
Isolation.md | ||
LICENSE | ||
README.md | ||
Telerik.JustMockLite.sln |
README.md
##Welcome to the Telerik JustMock Lite source code repository!
About
JustMock Lite by Telerik is a powerful free mocking library available for .NET developers. For more information, refer to our JustMock Lite website. You can suggest and vote for feature requests in our JustMock feedback website.
Nuget
JustMock Lite is also available in a Nuget package.
Building
You can compile the JustMock Lite project with Visual Studio Express 2012 for Desktop and greater.
- In Visual Studio, open the Telerik.JustMockLite.sln file.
- Dismiss any Unsupported project type warnings. You can still build JustMock Lite.
Visual Studio Express shows this warning to indicate that it does not support the Silverlight projects included in the JustMock Lite solution. - Build the project in a DebugFree or ReleaseFree configuration.
This will ensure that the JustMock Lite unit tests remain green. - Locate the JustMock Lite binaries in the ..\..\Binaries folder.
Let us know if you encounter any issues with the project.
License
JustMock Lite is licensed under Apache 2.0 (https://github.com/telerik/JustMockLite/blob/master/LICENSE).