C# 클래스 Patterns.Specifications.Steps.ExceptionHandling.TrySteps

파일 보기 프로젝트 열기: patterns-group/code-patterns

공개 메소드들

메소드 설명
TrySteps ( ExceptionHandlingContext context, ErrorContext errorContext ) : FluentAssertions

비공개 메소드들

메소드 설명
AssertDefaultReturnValue ( ) : void
AssertReturnValue ( ) : void
CustomStrategyStoreExceptions ( ) : void
DefaultStrategyStoreExceptions ( ) : void
RunExceptionalAction ( string useCustom ) : void
RunExceptionalFunction ( string useCustom ) : void
RunNormalAction ( ) : void
RunNormalFunction ( ) : void

메소드 상세

TrySteps() 공개 메소드

public TrySteps ( ExceptionHandlingContext context, ErrorContext errorContext ) : FluentAssertions
context Patterns.Specifications.Models.ExceptionHandling.ExceptionHandlingContext
errorContext Patterns.Specifications.Models.ErrorContext
리턴 FluentAssertions