ChannelAdam.TestFramework 1.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ChannelAdam.TestFramework --version 1.6.0
NuGet\Install-Package ChannelAdam.TestFramework -Version 1.6.0
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="ChannelAdam.TestFramework" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ChannelAdam.TestFramework --version 1.6.0
#r "nuget: ChannelAdam.TestFramework, 1.6.0"
#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 ChannelAdam.TestFramework as a Cake Addin
#addin nuget:?package=ChannelAdam.TestFramework&version=1.6.0

// Install ChannelAdam.TestFramework as a Cake Tool
#tool nuget:?package=ChannelAdam.TestFramework&version=1.6.0

A foundational automated testing library designed to make it easier to implement test cases and to read their output. Includes helpers for testing XML differences.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on ChannelAdam.TestFramework:

Package Downloads
ChannelAdam.TestFramework.Moq

A .NET library that provides helpers for using Moq on top of the ChannelAdam.TestFramework.

ChannelAdam.TestFramework.BizTalk

A automated testing library for testing BizTalk 2010/2013/2016 artifacts.

ChannelAdam.TestFramework.Text

A .NET Standard library with functionality for comparing text and flat files (using DiffPlex).

ChannelAdam.TestFramework.Xml

A .NET library with functionality for comparing XML (using XmlUnit).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.5 3,828 12/5/2020
2.2.1 4,020 6/24/2018
2.2.0 4,676 6/19/2018
1.7.1 8,777 10/24/2016
1.7.0 3,972 10/5/2016
1.6.1 1,013 10/4/2016
1.6.0 999 9/28/2016
1.5.4 1,281 9/25/2016
1.5.3 1,205 9/25/2016
1.5.2 1,031 9/24/2016
1.5.1 1,192 9/21/2016
1.5.0 1,179 9/21/2016
1.4.0 1,281 9/20/2016
1.3.0 1,015 9/13/2016
1.2.1 1,122 9/12/2016
1.2.0 1,043 9/11/2016
1.1.1 2,502 2/24/2015
1.1.0 1,651 2/23/2015
1.0.0 1,488 9/2/2014

1.6.0 - Corrected assembly version. Renamed Xml.XmlMapTesterBase to Mapping.MappingToXmlTesterBase. Renamed Xml.XmlMapTester to Mapping.MappingFromXmlToXmlTester. Added TextTester and flat file map testers.
     1.5.4 - Expose LogAssert in the XmlMapTesterBase.
     1.5.3 - Split XmlMapTester to have a reusable base class.
     1.5.2 - Updated to ChannelAdam.Core 1.4.0
     1.5.1 - Fixed output from XmlTester assertion to log out all differences instead of just the first.
     1.5.0 - Renamed XmlTester.IsIdentical to IsEqual. Fixed issue where the XML under comparison would not be thought of as equivalent when the had the same namespace url but different prefixes.
     1.4.0 - Changed method signature of XmlTester.IsIdentical to no longer return an out parameter. XML differences are now available in a property named Differences.
     1.3.0 - Added filtering capability with the XmlFilter class allow ignoring specific nodes when performing assertions. Minor breaking changes to some XmlTester and XmlAsserter method signatures.
     1.2.2 - Added XmlAsserter class.
     1.2.1 - Added override methods for serialising using XmlRootAttribute and XmlAttributeOverrides.
     1.2.0 - Added XmlTester and XmlMapTester.
     1.1.1 - Added Moq to the NuSpec dependencies list.
     1.1.0 - Added support for targeting .NET Framework 4.0 in addition to .NET Framework 4.5.
     1.0.0 - Initial release targeting .NET Framework 4.5.