3 references to Verify
Microsoft.Build.Engine.OM.UnitTests (3)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (1)
573
Verify(viewXml.WhenElements, realXml.WhenElements,
Verify
, context);
ObjectModelRemoting\Helpers\ViewValidation.cs (1)
144
if (VerifyCheckType<ProjectWhenElement>(view, real, context,
Verify
))
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (1)
235
ViewValidation.Verify(viewCollection, realCollection, ViewValidation.
Verify
);