FluidTest 1.0.0
See the version list below for details.
dotnet add package FluidTest --version 1.0.0
NuGet\Install-Package FluidTest -Version 1.0.0
<PackageReference Include="FluidTest" Version="1.0.0" />
paket add FluidTest --version 1.0.0
#r "nuget: FluidTest, 1.0.0"
// Install FluidTest as a Cake Addin #addin nuget:?package=FluidTest&version=1.0.0 // Install FluidTest as a Cake Tool #tool nuget:?package=FluidTest&version=1.0.0
Introduction
A flexible and resilient test engine allowing you to focus on reusable components and removing the need to have messy, unreadable tests. Scenarios where you will consider using it:
- Data-based testing
- Resilient retry policy handled internally to reduce flaky tests
- Enforcing maximum reuse of test scenarios (Single Responsibility Principle)
- Readable tests
- Complex domains where entity behavior is highly coupled
- You require test code to match production grade
- You require a standard approach to testing
- Fluent API, making it more focused
- Parallel test executions, most approaches load data at the start and wipe at the end, but for parallel runs this is not always a good approach
Note One thing to mention here, is you will need to know C# to use the framework.
Getting Started
To get started you will need to install the nuget package using the command
Install-Package FluidTest
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 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 is compatible. net452 was computed. net46 was computed. 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. |
-
.NETCoreApp 2.1
- Polly (>= 7.2.1)
- structuremap (>= 4.7.1)
-
.NETFramework 4.5
- Polly (>= 7.2.1)
- structuremap (>= 4.7.1)
-
.NETFramework 4.5.1
- Polly (>= 7.2.1)
- structuremap (>= 4.7.1)
-
.NETStandard 2.0
- Polly (>= 7.2.1)
- structuremap (>= 4.7.1)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on FluidTest:
Package | Downloads |
---|---|
FluidTest.AzureServiceBus
Fluid Test Extensions for Azure Service Bus Queues and Topic as well as Adminstration bindings |
|
FluidTest.AzureStorage
Fluid Test Extensions for Azure Storage (Including Data Lake HDFS) |
|
FluidTest.CosmosDB
Cosmos DB Extensions |
|
FluidTest.AzureSynapse
Azure Synapse Extensions |
|
FluidTest.AzureDataFactory
Fluid Test Extensions for Azure Data Factory |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.4 | 1,507 | 7/6/2022 |
3.0.3 | 480 | 1/26/2022 |
3.0.2 | 462 | 1/26/2022 |
3.0.1 | 404 | 12/14/2021 |
3.0.0 | 339 | 10/28/2021 |
2.0.0.3 | 390 | 10/27/2021 |
2.0.0.2 | 374 | 9/16/2021 |
2.0.0.1 | 431 | 9/11/2021 |
2.0.0 | 397 | 9/9/2021 |
1.0.0.9 | 373 | 8/17/2021 |
1.0.0.8 | 1,160 | 8/13/2021 |
1.0.0.7 | 604 | 8/7/2021 |
1.0.0.6 | 1,295 | 8/4/2021 |
1.0.0.5 | 903 | 7/1/2021 |
1.0.0.4 | 7,528 | 2/26/2021 |
1.0.0.3 | 502 | 2/25/2021 |
1.0.0.2 | 1,907 | 2/24/2021 |
1.0.0.1 | 1,621 | 2/16/2021 |
1.0.0 | 2,191 | 2/16/2021 |