Assert.Empty
will now include the collection in the error message
when the assert fails.
IComparable<>
in Assert.Equal
.
IEquatable<>
and
Assert.Equal
.
dotnet xunit
command line tool. For more information on using the
new .NET Core SDK console runner, see
Getting Started with xUnit.net
(.NET Core / ASP.NET Core).
xunit.runner.console
NuGet package, you now have
access to two properties which point to the on-disk location of the console
runner executable: XunitConsolePath
points to xunit.console.exe
,
and XunitConsolePathX86
points to xunit.console.x86.exe
.
netcoreapp1.0
version of xunit.runner.utility
and xunit.runner.reporters
.
For information on using xUnit.net from within Visual Studio, see Running tests with Visual Studio in the Getting Started documentation.
[Fact]
tests.