11 references to Verify
Microsoft.Build.Engine.OM.UnitTests (11)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (7)
174ViewValidation.Verify(viewResult, realResult); 587Verify(viewXml.ChooseElements, realXml.ChooseElements, context); 588Verify(viewXml.ItemGroups, realXml.ItemGroups, context); 589Verify(viewXml.PropertyGroups, realXml.PropertyGroups, context); 602Verify(viewXml.ChooseElements, realXml.ChooseElements, context); 603Verify(viewXml.ItemGroups, realXml.ItemGroups, context); 604Verify(viewXml.PropertyGroups, realXml.PropertyGroups, context);
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (1)
144ViewValidation.Verify(viewlItemDefinitions, realItemDefinitions);
ObjectModelRemoting\LinkedEvaluationReadOnly_Tests.cs (3)
72ViewValidation.Verify(viewItems, realItems); 92ViewValidation.Verify(viewProperties, realProperties); 102ViewValidation.Verify(viewMetadata, realMetadata);