C# 클래스 StorEvil.NUnit.FakeSessionContext

상속: ISessionContext
파일 보기 프로젝트 열기: davidmfoley/storevil

공개 메소드들

메소드 설명
Dispose ( ) : void
FakeSessionContext ( ) : System
FakeSessionContext ( StorEvil.Context.StoryContext context ) : System
GetAllAssemblies ( ) : IEnumerable
GetContextForStory ( ) : StorEvil.Context.StoryContext
SetContext ( object context ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FakeSessionContext() 공개 메소드

public FakeSessionContext ( ) : System
리턴 System

FakeSessionContext() 공개 메소드

public FakeSessionContext ( StorEvil.Context.StoryContext context ) : System
context StorEvil.Context.StoryContext
리턴 System

GetAllAssemblies() 공개 메소드

public GetAllAssemblies ( ) : IEnumerable
리턴 IEnumerable

GetContextForStory() 공개 메소드

public GetContextForStory ( ) : StorEvil.Context.StoryContext
리턴 StorEvil.Context.StoryContext

SetContext() 공개 메소드

public SetContext ( object context ) : void
context object
리턴 void