1 write to errors
xunit.assert (1)
Sdk\Exceptions\AllException.cs (1)
43
this.
errors
= errors;
3 references to errors
xunit.assert (3)
Sdk\Exceptions\AllException.cs (3)
51
errors
.Select(t => t.Item3).ToList();
58
var formattedErrors =
errors
.Select(error =>
66
return $"{base.Message}: {
errors
.Count} out of {totalItems} items in the collection did not pass.{Environment.NewLine}{string.Join(Environment.NewLine, formattedErrors)}";