15 packages tagged with “testkit”
TestKit for writing tests for Akka.NET using xUnit.
TestKit for writing tests for Akka.NET Persistance module.
TestKit for writing tests for Akka.NET using NUnit.
Testkit for Reactive stream support for Akka.NET
TestKit for writing tests for Akka.NET Persistance module using xUnit
Helper classes for combining the Akka.Remote.TestKit with Akka.Cluster
TestKit for Testing Distributed Akka.NET Applications
Dependency Injection (DI) TestKit support for Akka.NET
Akka.NET TestKit for SQL-based ADO.NET Persistence middleware
MSTest support for the Akka.NET Testkit.
Tools for writing integration tests using Platron API client library Platron.Client to payment service https://platron.ru
ToolKit that makes it easier to use TDD in building and testing actor systems with Akka.NET
TestKit library for ChainFlow Framework. Allows easy setup of Workflows with an autowiring of Mocks. It leverages Moq (https://github.com/moq/moq) to return a container with all resolved dependencies of the tested Workflow. Rule is simple: if it is a class, than a concrete class is returned; if it is an interface, a Mock is created, allowing for overrides. To avoid tedious inizialization, all Mocks have default return values for bool type (true) and OperationResult (always successful). Source code and samples at: https://github.com/giuseppe-velocci/ChainFlow