C# Class Rebel.Tests.Extensions.FakeFrameworkContext

An implementation of IFrameworkContext used for unit testing
Inheritance: DisposableObject, IFrameworkContext
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode Description
FakeFrameworkContext ( ISerializer serializer = null ) : System

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

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

Méthodes protégées

Méthode Description
DisposeResources ( ) : void

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

Method Details

DisposeResources() protected méthode

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

FakeFrameworkContext() public méthode

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

FakeFrameworkContext() public méthode

public FakeFrameworkContext ( MappingEngineCollection typeMappers ) : System
typeMappers MappingEngineCollection
Résultat System

SetTypeMappers() public méthode

public SetTypeMappers ( MappingEngineCollection coll ) : void
coll MappingEngineCollection
Résultat void