C# Class Patterns.Specifications.Steps.ExceptionHandling.TrySteps

显示文件 Open project: patterns-group/code-patterns

Public Methods

Method Description
TrySteps ( ExceptionHandlingContext context, ErrorContext errorContext ) : FluentAssertions

Private Methods

Method Description
AssertDefaultReturnValue ( ) : void
AssertReturnValue ( ) : void
CustomStrategyStoreExceptions ( ) : void
DefaultStrategyStoreExceptions ( ) : void
RunExceptionalAction ( string useCustom ) : void
RunExceptionalFunction ( string useCustom ) : void
RunNormalAction ( ) : void
RunNormalFunction ( ) : void

Method Details

TrySteps() public method

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