C# Class Hangfire.MySql.Tests.CleanDatabaseAttribute

Inheritance: Xunit.Sdk.BeforeAfterTestAttribute
Datei anzeigen Open project: arnoldasgudas/Hangfire.MySqlStorage

Public Methods

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

Method Details

After() public method

public After ( MethodInfo methodUnderTest ) : void
methodUnderTest System.Reflection.MethodInfo
return void

Before() public method

public Before ( MethodInfo methodUnderTest ) : void
methodUnderTest System.Reflection.MethodInfo
return void

CleanDatabaseAttribute() public method

public CleanDatabaseAttribute ( IsolationLevel isolationLevel = IsolationLevel.ReadCommitted ) : System.Reflection
isolationLevel IsolationLevel
return System.Reflection