3 references to Verify
Microsoft.Build.Engine.OM.UnitTests (3)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (1)
546
ViewValidation.Verify(viewXml.ChooseElements, realXml.ChooseElements,
Verify
, context);
ObjectModelRemoting\Helpers\ViewValidation.cs (1)
139
if (VerifyCheckType<ProjectChooseElement>(view, real, context,
Verify
))
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (1)
83
ViewValidation.Verify(preView.ChooseElements, preReal.ChooseElements, ViewValidation.
Verify
);