Exemplo n.º 1
0
        private static void UpdateScopeWithReportableContext(AssertionScope scope, Comparands comparands, INode currentNode)
        {
            scope.Context = new Lazy <string>(() => currentNode.Description);

            scope.TrackComparands(comparands.Subject, comparands.Expectation);
        }