Skip to content
Martin Bektchiev edited this page Feb 27, 2014 · 6 revisions

##Welcome to Telerik JustMock Lite's source code repository!

###About JustMock Lite by Telerik is a powerful free mocking library available for .NET developers. Please refer to our JustMock Lite website for more information. You can suggest and vote for feature requests in our JustMock feedback website.

###Nuget JustMock Lite is also conveniently available in a Nuget package.

###Building Here are some specifics you need to know before going on and building the JustMock Lite project from this GitHub repository:

  • The JustMock Lite project can be compiled with Visual Studio Express and above. In order to do so, you have to open the Telerik.JustMockLite.sln file.

  • If you're using Visual Studio Express, the build process will warn you with "Unsupported project type" but nevertheless you'll be able to build Telerik.JustMock.dll. This is expected, as the JustMock Lite solution contains Silverlight projects and Silverlight is not supported by Visual Studio Express.

  • After compiling the JustMock Lite project you can find the binaries in the ..\..\Binaries folder.

  • And last but not least, in order to make all JustMock Lite project's unit tests green, you have to build the project in DebugFree or ReleaseFree configuration.

Please 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).

###Happy mocking!

Clone this wiki locally