C# Class Cassette.CassetteApplicationContainer

Inheritance: ICassetteApplicationContainer
Afficher le fichier Open project: Zocdoc/cassette Class Usage Examples

Méthodes publiques

Méthode Description
SetApplicationAccessor ( Func getApplication ) : void

Sets the function used to access the current Cassette application object. Unit tests can use this method to assign a stub application for testing purposes.

Private Methods

Méthode Description
TriggerShutdown ( ) : void

Method Details

SetApplicationAccessor() public static méthode

Sets the function used to access the current Cassette application object. Unit tests can use this method to assign a stub application for testing purposes.
public static SetApplicationAccessor ( Func getApplication ) : void
getApplication Func
Résultat void