예제 #1
0
        public void GetServiceMethodActivator__ThrowsArguementNullExceptionOnNullContext()
        {
            Action comparison = () => { RServiceHttpContextExtensions.GetServiceMethodActivator(null); };

            comparison.ShouldThrow <ArgumentNullException>();
        }