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

Inheritance: Xunit.BeforeAfterTestAttribute
Show file Open project: Trov/Hangfire.Mongo

Public Methods

Method Description
After ( MethodInfo methodUnderTest ) : void
Before ( MethodInfo methodUnderTest ) : void
CleanDatabaseAttribute ( ) : System

Private Methods

Method Description
RecreateDatabaseAndInstallObjects ( ) : void

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 ( ) : System
return System