C# 클래스 Machine.Specifications.Model.Context

파일 보기 프로젝트 열기: machine/machine.specifications 1 사용 예제들

공개 메소드들

메소드 설명
AddSpecification ( Specification specification ) : void
Cleanup ( ) : System.Result
Context ( Type type, object instance, IEnumerable contextClauses, IEnumerable becauseClauses, IEnumerable cleanupClauses, Machine.Specifications.Model.Subject subject, bool isIgnored, IEnumerable tags, bool isSetupForEachSpec ) : System
EstablishContext ( ) : System.Result
Filter ( IEnumerable toKeep ) : void

메소드 상세

AddSpecification() 공개 메소드

public AddSpecification ( Specification specification ) : void
specification Specification
리턴 void

Cleanup() 공개 메소드

public Cleanup ( ) : System.Result
리턴 System.Result

Context() 공개 메소드

public Context ( Type type, object instance, IEnumerable contextClauses, IEnumerable becauseClauses, IEnumerable cleanupClauses, Machine.Specifications.Model.Subject subject, bool isIgnored, IEnumerable tags, bool isSetupForEachSpec ) : System
type System.Type
instance object
contextClauses IEnumerable
becauseClauses IEnumerable
cleanupClauses IEnumerable
subject Machine.Specifications.Model.Subject
isIgnored bool
tags IEnumerable
isSetupForEachSpec bool
리턴 System

EstablishContext() 공개 메소드

public EstablishContext ( ) : System.Result
리턴 System.Result

Filter() 공개 메소드

public Filter ( IEnumerable toKeep ) : void
toKeep IEnumerable
리턴 void