11 references to EvaluationFinishedEvents
Microsoft.Build.Engine.UnitTests (10)
BackEnd\BuildManager_Tests.cs (5)
140ProjectEvaluationFinishedEventArgs evalFinishedEvent = _logger.EvaluationFinishedEvents[0]; 257ProjectEvaluationFinishedEventArgs evalFinishedEvent = _logger.EvaluationFinishedEvents[0]; 574ProjectEvaluationFinishedEventArgs evalFinishedEvent = _logger.EvaluationFinishedEvents[0]; 614ProjectEvaluationFinishedEventArgs evalFinishedEvent = _logger.EvaluationFinishedEvents[0]; 658ProjectEvaluationFinishedEventArgs evalFinishedEvent = _logger.EvaluationFinishedEvents[0];
Evaluation\Evaluator_Tests.cs (1)
67logger.EvaluationFinishedEvents.ShouldNotBeEmpty();
TerminalLogger_Tests.cs (4)
793mockLogFromPlaybackWithoutTL.EvaluationFinishedEvents.ShouldContain(x => (x.Items != null) && x.Items.GetEnumerator().MoveNext()); 794mockLogFromPlaybackWithTL.EvaluationFinishedEvents.ShouldContain(x => (x.Items != null) && x.Items.GetEnumerator().MoveNext()); 796mockLogFromPlaybackWithoutTL.EvaluationFinishedEvents.ShouldContain(x => (x.Properties != null) && x.Properties.GetEnumerator().MoveNext()); 797mockLogFromPlaybackWithTL.EvaluationFinishedEvents.ShouldContain(x => (x.Properties != null) && x.Properties.GetEnumerator().MoveNext());
Microsoft.Build.UnitTests.Shared (1)
MockLogger.cs (1)
342EvaluationFinishedEvents.Add(evaluationFinishedEventArgs);