functionalddd.testing
Advanced tools
| <?xml version="1.0" encoding="utf-8"?> | ||
| <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
| <metadata> | ||
| <id>FunctionalDdd.Testing</id> | ||
| <version>3.0.0-alpha.72</version> | ||
| <authors>Xavier John</authors> | ||
| <license type="expression">MIT</license> | ||
| <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl> | ||
| <icon>icon.png</icon> | ||
| <readme>README.md</readme> | ||
| <projectUrl>https://xavierjohn.github.io/FunctionalDDD/</projectUrl> | ||
| <description>Testing utilities and assertions for FunctionalDDD - FluentAssertions extensions, test builders, and fake implementations for Railway-Oriented Programming</description> | ||
| <copyright>Copyright © Xavier John 2022-2026. All rights reserved.</copyright> | ||
| <tags>functional-programming testing assertions fluent-assertions ddd railway-oriented-programming result maybe test-utilities</tags> | ||
| <repository type="git" url="https://github.com/xavierjohn/FunctionalDDD.git" branch="refs/heads/main" commit="d91193dda10ccbc20999204abfcf2f6419b79042" /> | ||
| <dependencies> | ||
| <group targetFramework="net10.0"> | ||
| <dependency id="FunctionalDdd.DomainDrivenDesign" version="3.0.0-alpha.72" exclude="Build,Analyzers" /> | ||
| <dependency id="FunctionalDdd.RailwayOrientedProgramming" version="3.0.0-alpha.72" exclude="Build,Analyzers" /> | ||
| <dependency id="FluentAssertions" version="6.12.1" exclude="Build,Analyzers" /> | ||
| </group> | ||
| </dependencies> | ||
| </metadata> | ||
| </package> |
Sorry, the diff of this file is not supported yet
+5
-3
| # FunctionalDdd.Testing | ||
| [](https://www.nuget.org/packages/FunctionalDdd.Testing) | ||
| Testing utilities and FluentAssertions extensions for **FunctionalDdd** - Write expressive, maintainable tests for Railway-Oriented Programming patterns. | ||
@@ -195,3 +197,3 @@ | ||
| **Advantages:** | ||
| - ✂️ **60% Less Code** - More concise assertions | ||
| - ✂️ **Less Code** - More concise assertions | ||
| - 💬 **Better Error Messages** - Detailed failure descriptions | ||
@@ -204,4 +206,4 @@ - 💡 **IntelliSense Guided** - Discover test patterns through IDE | ||
| - **FunctionalDDD.RailwayOrientedProgramming** - Core Result/Maybe types | ||
| - **FunctionalDDD.DomainDrivenDesign** - DDD building blocks | ||
| - **FunctionalDdd.RailwayOrientedProgramming** - Core Result/Maybe types | ||
| - **FunctionalDdd.DomainDrivenDesign** - DDD building blocks | ||
@@ -208,0 +210,0 @@ ## License |
| <?xml version="1.0" encoding="utf-8"?> | ||
| <package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd"> | ||
| <metadata> | ||
| <id>FunctionalDDD.Testing</id> | ||
| <version>3.0.0-alpha.60</version> | ||
| <authors>Xavier John</authors> | ||
| <license type="expression">MIT</license> | ||
| <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl> | ||
| <icon>icon.png</icon> | ||
| <readme>README.md</readme> | ||
| <projectUrl>https://xavierjohn.github.io/FunctionalDDD/</projectUrl> | ||
| <description>Testing utilities and assertions for FunctionalDDD - FluentAssertions extensions, test builders, and fake implementations for Railway-Oriented Programming</description> | ||
| <copyright>Copyright © Xavier John 2022-2026. All rights reserved.</copyright> | ||
| <tags>functional-programming testing assertions fluent-assertions ddd railway-oriented-programming result maybe test-utilities</tags> | ||
| <repository type="git" url="https://github.com/xavierjohn/FunctionalDDD.git" branch="refs/heads/main" commit="365486014dc81bd01239313fb705fc49ebf82e6a" /> | ||
| <dependencies> | ||
| <group targetFramework="net10.0"> | ||
| <dependency id="FunctionalDdd.DomainDrivenDesign" version="3.0.0-alpha.60" exclude="Build,Analyzers" /> | ||
| <dependency id="FunctionalDdd.RailwayOrientedProgramming" version="3.0.0-alpha.60" exclude="Build,Analyzers" /> | ||
| <dependency id="FluentAssertions" version="6.12.1" exclude="Build,Analyzers" /> | ||
| </group> | ||
| </dependencies> | ||
| </metadata> | ||
| </package> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet