Rocks 7.1.4
See the version list below for details.
dotnet add package Rocks --version 7.1.4
NuGet\Install-Package Rocks -Version 7.1.4
<PackageReference Include="Rocks" Version="7.1.4" />
paket add Rocks --version 7.1.4
#r "nuget: Rocks, 7.1.4"
// Install Rocks as a Cake Addin #addin nuget:?package=Rocks&version=7.1.4 // Install Rocks as a Cake Tool #tool nuget:?package=Rocks&version=7.1.4
Rocks
A mocking library based on the Compiler APIs (Roslyn + Mocks)
Getting Started
Reference the Rocks
NuGet package - that's it.
Prerequisites
The Rocks package targets .NET Standard 2.0 for host flexibility. Note that Rocks looks for, and generates, code that targets .NET 7.
Usage
To make a mock, you take an interface or an unsealed class that has virtual members:
public interface IAmSimple
{
void TargetAction();
}
and you use Rocks to create a mock with expectations, along with verifying its usage:
var expectations = Rock.Create<IAmSimple>();
expectations.Methods().TargetAction();
var mock = expectations.Instance();
mock.TargetAction();
expectations.Verify();
More details can be found on the Quickstart page.
Additional Documentation
- Discord Server
- Changelog
- Unit testing best practices with .NET Core and .NET Standard
- BenchmarkMockNet
Feedback
If you run into any issues, please add them here.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.CodeAnalysis.CSharp (>= 4.6.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Rocks:
Package | Downloads |
---|---|
Stashbox.Rocks
Rocks auto mocking integration for Stashbox. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.0.0-alpha.1 | 37 | 10/22/2024 |
8.3.1 | 944 | 10/2/2024 |
8.3.1-alpha.1 | 56 | 9/29/2024 |
8.3.0 | 1,279 | 7/24/2024 |
8.2.0 | 282 | 7/17/2024 |
8.1.0 | 823 | 4/16/2024 |
8.0.0 | 592 | 1/22/2024 |
8.0.0-alpha.3 | 69 | 1/21/2024 |
8.0.0-alpha.2 | 72 | 1/14/2024 |
8.0.0-alpha.1 | 86 | 1/13/2024 |
7.3.0 | 655 | 11/26/2023 |
7.2.0 | 323 | 11/10/2023 |
7.1.4 | 352 | 10/7/2023 |
7.1.3 | 576 | 7/31/2023 |
7.1.2 | 177 | 7/26/2023 |
7.1.1 | 230 | 7/17/2023 |
7.1.0 | 342 | 7/3/2023 |
7.0.1 | 567 | 3/30/2023 |
7.0.0 | 881 | 11/20/2022 |
7.0.0-alpha.3 | 108 | 11/9/2022 |
7.0.0-alpha.2 | 112 | 10/10/2022 |
7.0.0-alpha.1 | 115 | 9/10/2022 |
6.4.5 | 1,028 | 6/29/2022 |
6.4.4 | 516 | 6/28/2022 |
6.4.3 | 594 | 5/23/2022 |
6.4.2 | 462 | 5/22/2022 |
6.4.1 | 814 | 4/15/2022 |
6.4.0 | 545 | 3/22/2022 |
6.3.0 | 6,444 | 11/24/2021 |
6.2.0 | 539 | 10/20/2021 |
6.0.0 | 585 | 4/12/2021 |
5.1.2 | 7,951 | 1/21/2021 |
5.1.1 | 487 | 1/21/2021 |
5.1.0 | 483 | 12/21/2020 |
5.0.0 | 493 | 12/10/2020 |
5.0.0-rc3 | 299 | 12/8/2020 |
5.0.0-rc2 | 314 | 12/2/2020 |
5.0.0-rc1 | 414 | 11/14/2020 |
4.2.1 | 693 | 7/25/2020 |
4.2.0 | 548 | 7/2/2020 |
4.1.1 | 613 | 4/27/2020 |
4.1.0 | 638 | 2/26/2020 |
4.0.0 | 1,058 | 9/23/2019 |
4.0.0-rc.2 | 311 | 8/10/2019 |
4.0.0-rc.1 | 301 | 7/18/2019 |
3.1.0 | 5,241 | 11/4/2017 |
3.0.0 | 2,622 | 8/18/2017 |
2.2.0 | 2,604 | 7/6/2017 |
2.1.7 | 2,593 | 7/4/2017 |
2.1.6 | 2,636 | 7/4/2017 |
2.1.5 | 2,597 | 7/4/2017 |
2.1.4 | 2,579 | 7/2/2017 |
2.1.3 | 2,591 | 7/2/2017 |
2.1.2 | 2,533 | 7/1/2017 |
2.1.1 | 2,609 | 7/1/2017 |
2.1.0 | 3,249 | 5/19/2017 |
2.0.0 | 3,540 | 5/1/2017 |
2.0.0-beta | 2,290 | 4/30/2017 |
1.1.1 | 2,606 | 5/4/2016 |
1.0.0 | 2,583 | 1/29/2016 |
1.0.0-beta1 | 2,703 | 8/8/2015 |
A changelog is available at https://github.com/JasonBock/Rocks/blob/main/changelog.md