Powerful and free mocking for .NET
Перейти к файлу
Mihail Vladov e72b7345c2 Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
Examples Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
SilverlightDistribution Update Silvelight DLLs with the latest release dlls 2017-06-27 14:30:24 +03:00
Solution Items initial commit 2013-12-23 10:02:11 +02:00
Telerik.JustMock Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
Telerik.JustMock.DemoLib Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
Telerik.JustMock.DemoLibSigned Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
Telerik.JustMock.MSTest.Tests Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
Telerik.JustMock.MSTest2.Tests Remove leftovers from NuGet package management using packages.config 2018-04-03 15:48:29 +03:00
Telerik.JustMock.NUnit.Tests Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
Telerik.JustMock.Portable Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
Telerik.JustMock.Silverlight Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
Telerik.JustMock.Silverlight.Tests Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
Telerik.JustMock.Tests Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
Telerik.JustMock.Tests.Base Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
Telerik.JustMock.XUnit.Tests Fix NuGet packages conditions that check for available packages. 2018-03-26 19:18:57 +03:00
.gitattributes initial commit 2013-12-23 10:02:11 +02:00
.gitignore Updating the ignored user specific files related to Visual Studio 2017-11-22 11:01:36 +02:00
Architecture Overview.md architecture overview 2016-01-13 16:21:46 +02:00
CommonAssemblyInfo.cs Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
Isolation.md add "Isolation" blog post 2016-01-07 10:38:36 +02:00
LICENSE Changing the notice Telerik AD to Telerik EAD in JustMock Lite. 2018-05-04 15:20:33 +03:00
README.md Update README.md 2014-02-28 11:12:38 +02:00
Telerik.JustMockLite.sln Move Assert.cs to Telerik.JustMock.Tests.Base project. 2018-03-09 16:38:55 +02: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!