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