C# 클래스 Rebel.Tests.Extensions.FakeFrameworkContext

An implementation of IFrameworkContext used for unit testing
상속: DisposableObject, IFrameworkContext
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
FakeFrameworkContext ( ISerializer serializer = null ) : System

Initializes a new instance of the T:System.Object class.

FakeFrameworkContext ( MappingEngineCollection typeMappers ) : System
SetTypeMappers ( MappingEngineCollection coll ) : void

보호된 메소드들

메소드 설명
DisposeResources ( ) : void

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.

메소드 상세

DisposeResources() 보호된 메소드

Handles the disposal of resources. Derived from abstract class DisposableObject which handles common required locking logic.
protected DisposeResources ( ) : void
리턴 void

FakeFrameworkContext() 공개 메소드

Initializes a new instance of the T:System.Object class.
public FakeFrameworkContext ( ISerializer serializer = null ) : System
serializer ISerializer
리턴 System

FakeFrameworkContext() 공개 메소드

public FakeFrameworkContext ( MappingEngineCollection typeMappers ) : System
typeMappers MappingEngineCollection
리턴 System

SetTypeMappers() 공개 메소드

public SetTypeMappers ( MappingEngineCollection coll ) : void
coll MappingEngineCollection
리턴 void