Ross ROSS = Recommend OSS · open-source software intelligence for agents

FakeItEasy/FakeItEasy

The easy mocking library for .NET observed · 2026-08-28

github.com/FakeItEasy/FakeItEasy · homepage · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 98
  • Release rhythm 67
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 15
  • age_days: 5554
  • days_rel: 221
  • days_push: 16
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

1847 stars · 182 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

FakeItEasy is a .NET dynamic fake library for creating fake objects, mocks, and stubs in tests. It provides a fluent, context-aware API where all fakes behave as mocks or stubs depending on usage, with identical syntax for configuration and assertion.

Use cases

  • create mock objects for unit tests in .NET
  • stub dependencies in C# tests
  • verify method calls happened in tests
  • fake interfaces and classes for test isolation
  • replace Moq with an easier mocking library
  • raise events from faked objects in tests

When to choose

  • you want a simple, fluent mocking API for C# or VB.NET
  • you prefer fakes over explicit mock/stub distinctions
  • you need type-safe faking of classes with constructor arguments

When to avoid

  • you're not developing on the .NET platform
  • you need mocking features outside unit testing
  • you're locked into an existing mocking framework's API

Facets

library · maturity active

mocking testing testing developer-tools dotnet cross-platform fake-objects fluent-api csharp vb-net unit-testing test-doubles

2 sources

Member repositories

RepositoryRoleHealth v2
FakeItEasy/FakeItEasymain88

For agents

markdown · JSON · MCP: product_card(name="FakeItEasy/FakeItEasy")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem