gdUnit3Mono 2.3.1-release.202310151451
This is a prerelease version of gdUnit3Mono.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package gdUnit3Mono --version 2.3.1-release.202310151451
NuGet\Install-Package gdUnit3Mono -Version 2.3.1-release.202310151451
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="gdUnit3Mono" Version="2.3.1-release.202310151451" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add gdUnit3Mono --version 2.3.1-release.202310151451
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: gdUnit3Mono, 2.3.1-release.202310151451"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install gdUnit3Mono as a Cake Addin #addin nuget:?package=gdUnit3Mono&version=2.3.1-release.202310151451&prerelease // Install gdUnit3Mono as a Cake Tool #tool nuget:?package=gdUnit3Mono&version=2.3.1-release.202310151451&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
GdUnit3Mono
The C# extension for GdUnit3</h2>
What is GdUnit3Mono
GdUnit3Mono is the C# extention to enable GdUnit3 to run/write unit tests in C#.
Features
- Configurable template for the creation of a new test-suite
- A spacious set of Asserts use to verify your code
- Fluent syntax support
- Test Fuzzing support
- Provides a scene runner to simulate interactions on a scene
- Simulate by Input events like mouse and/or keyboard
- Simulate scene processing by a certain number of frames
- Simulate scene processing by waiting for a specific signal
Short Example
namespace GdUnit3.Tests
{
using static Assertions;
[TestSuite]
public class StringAssertTest
{
[TestCase]
public void IsEqual()
{
AssertThat("This is a test message").IsEqual("This is a test message");
}
}
}
Documentation
How to Install GdUnit3Mono API Documentation
You are welcome to:
Thank you for supporting my project!
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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Microsoft.CodeAnalysis.CSharp (>= 4.2.0)
- Microsoft.CSharp (>= 4.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.2-release.202310151551 | 256 | 10/15/2023 |
2.3.1-release.202310151507 | 138 | 10/15/2023 |
2.3.1-release.202310151451 | 90 | 10/15/2023 |
2.3.1-release.202209292035 | 896 | 9/29/2022 |
2.3.1-beta.202208131332 | 362 | 8/13/2022 |
2.3.1-beta.202208081950 | 181 | 8/8/2022 |
2.3.1-beta.202208072007 | 116 | 8/7/2022 |
2.3.1-beta.202207061952 | 475 | 7/6/2022 |