Conjecture.Interactions.Abstractions
0.29.0
dotnet add package Conjecture.Interactions.Abstractions --version 0.29.0
NuGet\Install-Package Conjecture.Interactions.Abstractions -Version 0.29.0
<PackageReference Include="Conjecture.Interactions.Abstractions" Version="0.29.0" />
<PackageVersion Include="Conjecture.Interactions.Abstractions" Version="0.29.0" />
<PackageReference Include="Conjecture.Interactions.Abstractions" />
paket add Conjecture.Interactions.Abstractions --version 0.29.0
#r "nuget: Conjecture.Interactions.Abstractions, 0.29.0"
#:package Conjecture.Interactions.Abstractions@0.29.0
#addin nuget:?package=Conjecture.Interactions.Abstractions&version=0.29.0
#tool nuget:?package=Conjecture.Interactions.Abstractions&version=0.29.0
Conjecture.Interactions.Abstractions
Interaction and state-machine contracts for Conjecture property-based testing. Reference this package when building a transport bridge (e.g. Conjecture.Dapper, Conjecture.gRPC). End-user test code should reference Conjecture.Interactions instead.
Who is this for?
Authors implementing a new IInteractionTarget or wrapping InteractionStateMachine<TState> for a transport or protocol not already supported.
Install
dotnet add package Conjecture.Interactions.Abstractions
Types
| Type | Role |
|---|---|
IInteraction |
Marker interface for all interaction DTOs. |
IAddressedInteraction |
IInteraction with a ResourceName property for dispatch routing. |
IInteractionTarget |
Executes an interaction and returns a result. Implement this for each transport. |
InteractionStateMachine<TState> |
Abstract base for stateful property tests. Subclass and implement InitialState, Commands, RunCommand, and Invariant. |
Links
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Conjecture.Core (>= 0.29.0)
- Conjecture.Core.Abstractions (>= 0.29.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on Conjecture.Interactions.Abstractions:
| Package | Downloads |
|---|---|
|
Conjecture.Interactions
Transport-agnostic interaction abstractions for Conjecture: IInteraction, IInteractionTarget, InteractionStateMachine. |
|
|
Conjecture.Http
HTTP interaction primitives for Conjecture: HttpInteraction, IHttpTarget, HostHttpTarget, HttpStrategyBuilder. |
|
|
Conjecture.Messaging
Transport-agnostic messaging interaction primitives for Conjecture: MessageInteraction, IMessageBusTarget. |
|
|
Conjecture.Grpc
gRPC interaction primitives for Conjecture: GrpcInteraction, IGrpcTarget, GenerateGrpc. |
|
|
Conjecture.EFCore
Property-based testing for Entity Framework Core. Entity-graph strategies, SaveChanges roundtrip integrity, migration symmetry. |
GitHub repositories
This package is not used by any popular GitHub repositories.