GisterSpecs.MockGitHubSender.ShouldThrow C# (CSharp) 메소드

ShouldThrow() 개인적인 메소드

private ShouldThrow ( ) : bool
리턴 bool
        private bool ShouldThrow()
        {
            return !string.IsNullOrEmpty(failureStatusDescription);
        }