VerifyPopulateRequestWithNullType() 공개 메소드

public VerifyPopulateRequestWithNullType ( ) : void
리턴 void
        public void VerifyPopulateRequestThrowsExceptionWithNullTypeTest()
        {
            var target = new DummyTypeCreator();

            Action action = () => target.VerifyPopulateRequestWithNullType();

            action.ShouldThrow<ArgumentNullException>();
        }