C# Class Hangfire.Mongo.Tests.Utils.CleanDatabaseAttribute

Inheritance: Xunit.BeforeAfterTestAttribute
Afficher le fichier Open project: Trov/Hangfire.Mongo

Méthodes publiques

Méthode Description
After ( MethodInfo methodUnderTest ) : void
Before ( MethodInfo methodUnderTest ) : void
CleanDatabaseAttribute ( ) : System

Private Methods

Méthode Description
RecreateDatabaseAndInstallObjects ( ) : void

Method Details

After() public méthode

public After ( MethodInfo methodUnderTest ) : void
methodUnderTest System.Reflection.MethodInfo
Résultat void

Before() public méthode

public Before ( MethodInfo methodUnderTest ) : void
methodUnderTest System.Reflection.MethodInfo
Résultat void

CleanDatabaseAttribute() public méthode

public CleanDatabaseAttribute ( ) : System
Résultat System