Ejemplo n.º 1
0
        public void should_not_execute_in_partial_invoke()
        {
            _behavior.InvokePartial();

            _context.AssertWasNotCalled(x => x.IsAuthenticated());
        }