11 references to EvaluationFinishedEvents
Microsoft.Build.Engine.UnitTests (10)
BackEnd\BuildManager_Tests.cs (5)
139
ProjectEvaluationFinishedEventArgs evalFinishedEvent = _logger.
EvaluationFinishedEvents
[0];
256
ProjectEvaluationFinishedEventArgs evalFinishedEvent = _logger.
EvaluationFinishedEvents
[0];
573
ProjectEvaluationFinishedEventArgs evalFinishedEvent = _logger.
EvaluationFinishedEvents
[0];
613
ProjectEvaluationFinishedEventArgs evalFinishedEvent = _logger.
EvaluationFinishedEvents
[0];
657
ProjectEvaluationFinishedEventArgs evalFinishedEvent = _logger.
EvaluationFinishedEvents
[0];
Evaluation\Evaluator_Tests.cs (1)
67
logger.
EvaluationFinishedEvents
.ShouldNotBeEmpty();
TerminalLogger_Tests.cs (4)
789
mockLogFromPlaybackWithoutTL.
EvaluationFinishedEvents
.ShouldContain(x => (x.Items != null) && x.Items.GetEnumerator().MoveNext());
790
mockLogFromPlaybackWithTL.
EvaluationFinishedEvents
.ShouldContain(x => (x.Items != null) && x.Items.GetEnumerator().MoveNext());
792
mockLogFromPlaybackWithoutTL.
EvaluationFinishedEvents
.ShouldContain(x => (x.Properties != null) && x.Properties.GetEnumerator().MoveNext());
793
mockLogFromPlaybackWithTL.
EvaluationFinishedEvents
.ShouldContain(x => (x.Properties != null) && x.Properties.GetEnumerator().MoveNext());
Microsoft.Build.UnitTests.Shared (1)
MockLogger.cs (1)
342
EvaluationFinishedEvents
.Add(evaluationFinishedEventArgs);