19 packages tagged with “aaa”
NSubstitute is a friendly substitute for .NET mocking libraries. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.
Shouldly - Assertion framework for .NET. The way asserting *Should* be
The most powerful free mocking library available for .NET developers.
NMock3 is a Mocking framework that uses lambda syntax to setup expectations and test interactions between classes and interfaces.
Testify is a unit test assertions, test data creation and contract verification framework. It's not dependent on any specific unit testing framework.
Shouldly.Json - Shouldly extension to work with JSON strings
This provides the core dependency free test abstraction that Bunsen Burner is built on
Automatic generation of C# object literal initialiser, based on runtime data. Reads the object at runtime and writes the equivalent C# to recreate that object in code. Useful for snapshotting the output of one unit test for input to the next.
Automatic generation of C# code for Shouldly unit tests. Reads your test output and generates a matching test for each property in your model. An easy way to achieve 100% test coverage.
NSubstitute.Community.Logging lets you easily assert that specific logging took place. All you need is any NSubstitute created ILogger to get started.
Write clean Arrange code using Fluent syntax.
FluentArrange using NSubstitute as mocking framework.
Testify is a unit test assertions, test data creation and contract verification framework. It's not dependent on any specific unit testing framework. Testify.Moq adds mocking support via Moq.
TestAA is a simple library to support writing tests using Arrange-Act-Assert (AAA) pattern.
Fork of NSubstitute 4.2.2 For .NET 5/6. NSubstitute is a friendly substitute for .NET mocking libraries. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.
The library for writing tests in BDD and AAA styles
Modules that aid in writing concise and precise unit tests to keep applications durable and robust.
Gherkin tests allows you to add structure to your tests in either Gherkin (Given-When-Then style) or TripleA (Arrange-Act-Assert style), using the test and assertion framework you already have. ---- <div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
Fast, friendly and familiar mocking library for modern .NET