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

            comparison.ShouldThrow <ArgumentNullException>();
        }