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