5 references to All
Microsoft.Build.Framework.UnitTests (5)
RefArrayBuilder_Tests.cs (5)
943
builder.
All
(x => x > 0).ShouldBeTrue();
952
builder.
All
(x => x % 2 == 0).ShouldBeTrue();
961
builder.
All
(x => x % 2 == 0).ShouldBeFalse();
970
builder.
All
(x => x % 2 == 0).ShouldBeFalse();
999
return builder.
All
(null!);