5 references to Verify
Microsoft.Build.Engine.OM.UnitTests (5)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (3)
553
ViewValidation.Verify(viewXml.PropertyGroups, realXml.PropertyGroups,
Verify
, context);
560
ViewValidation.Verify(viewXml.PropertyGroupsReversed, realXml.PropertyGroupsReversed,
Verify
, context);
819
ViewValidation.Verify(viewXml.PropertyGroups, realXml.PropertyGroups, ViewValidation.
Verify
, context);
ObjectModelRemoting\Helpers\ViewValidation.cs (1)
234
if (VerifyCheckType<ProjectPropertyGroupElement>(view, real, context,
Verify
))
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (1)
209
ViewValidation.Verify(viewPropertieGroups, realPropertieGroups, ViewValidation.
Verify
);