Powerful and free mocking for .NET
Перейти к файлу
Stefan Dragnev 617cae8fbf architecture overview 2016-01-13 16:21:46 +02:00
Examples fix VB examples warnings 2015-07-21 16:44:10 +03:00
Solution Items initial commit 2013-12-23 10:02:11 +02:00
Telerik.JustMock fix portable build 2016-01-07 10:40:32 +02:00
Telerik.JustMock.DemoLib fix build 2015-01-22 14:09:00 +02:00
Telerik.JustMock.DemoLibSigned code clean-up 2014-10-10 11:15:48 +03:00
Telerik.JustMock.Portable fix portable build 2016-01-05 11:26:23 +02:00
Telerik.JustMock.Silverlight fix silverlight build 2016-01-05 11:31:39 +02:00
Telerik.JustMock.Silverlight.Tests non-public dynamic API 2015-07-01 16:20:44 +03:00
Telerik.JustMock.Tests fix test 2016-01-07 10:16:16 +02:00
.gitattributes initial commit 2013-12-23 10:02:11 +02:00
.gitignore initial commit 2013-12-23 10:02:11 +02:00
Architecture Overview.md architecture overview 2016-01-13 16:21:46 +02:00
CommonAssemblyInfo.cs fix product name 2016-01-05 12:10:42 +02:00
Isolation.md add "Isolation" blog post 2016-01-07 10:38:36 +02:00
LICENSE fix license fields 2014-02-27 14:35:51 +02:00
README.md Update README.md 2014-02-28 11:12:38 +02:00
Telerik.JustMockLite.sln remove old container 2014-04-24 16:36:29 +03:00

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.

  1. In Visual Studio, open the Telerik.JustMockLite.sln file.
  2. 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.
  3. Build the project in a DebugFree or ReleaseFree configuration.
    This will ensure that the JustMock Lite unit tests remain green.
  4. 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).

Happy mocking!