1 write to totalItems
xunit.assert (1)
Sdk\Exceptions\AllException.cs (1)
44 this.totalItems = totalItems;
1 reference to totalItems
xunit.assert (1)
Sdk\Exceptions\AllException.cs (1)
66 return $"{base.Message}: {errors.Count} out of {totalItems} items in the collection did not pass.{Environment.NewLine}{string.Join(Environment.NewLine, formattedErrors)}";