C# Class Patterns.Specifications.Steps.Logging.LoggingContextSteps

Afficher le fichier Open project: patterns-group/code-patterns

Méthodes publiques

Méthode Description
LoggingContextSteps ( LoggingContext context, InterceptionContext interception, MoqContext moq, AutofacContext autofac ) : System

Private Methods

Méthode Description
CreateDefaultConfig ( ) : void
CreateDynamicProxy ( ) : void
CreateErrorTrappingConfig ( ) : void
CreateLoggingInterceptor ( ) : void
CreateMockLogFactory ( ) : void
ResolveTestSubject ( ) : void

Method Details

LoggingContextSteps() public méthode

public LoggingContextSteps ( LoggingContext context, InterceptionContext interception, MoqContext moq, AutofacContext autofac ) : System
context Patterns.Specifications.Models.Logging.LoggingContext
interception Patterns.Specifications.Models.Interception.InterceptionContext
moq Patterns.Specifications.Models.Mocking.MoqContext
autofac Patterns.Specifications.Models.Autofac.AutofacContext
Résultat System