C# Class Hangfire.MySql.Tests.CleanDatabaseAttribute

Inheritance: Xunit.Sdk.BeforeAfterTestAttribute
Afficher le fichier Open project: arnoldasgudas/Hangfire.MySqlStorage

Méthodes publiques

Méthode Description
After ( MethodInfo methodUnderTest ) : void
Before ( MethodInfo methodUnderTest ) : void
CleanDatabaseAttribute ( IsolationLevel isolationLevel = IsolationLevel.ReadCommitted ) : System.Reflection

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 ( IsolationLevel isolationLevel = IsolationLevel.ReadCommitted ) : System.Reflection
isolationLevel IsolationLevel
Résultat System.Reflection