11 references to EvaluationFinishedEvents
Microsoft.Build.CommandLine.UnitTests (4)
TerminalLogger_Tests.cs (4)
758mockLogFromPlaybackWithoutTL.EvaluationFinishedEvents.ShouldContain(x => (x.Items != null) && x.Items.GetEnumerator().MoveNext()); 759mockLogFromPlaybackWithTL.EvaluationFinishedEvents.ShouldContain(x => (x.Items != null) && x.Items.GetEnumerator().MoveNext()); 761mockLogFromPlaybackWithoutTL.EvaluationFinishedEvents.ShouldContain(x => (x.Properties != null) && x.Properties.GetEnumerator().MoveNext()); 762mockLogFromPlaybackWithTL.EvaluationFinishedEvents.ShouldContain(x => (x.Properties != null) && x.Properties.GetEnumerator().MoveNext());
Microsoft.Build.Engine.UnitTests (6)
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();
Microsoft.Build.UnitTests.Shared (1)
MockLogger.cs (1)
342EvaluationFinishedEvents.Add(evaluationFinishedEventArgs);