C# 클래스 Hangfire.Mongo.Tests.Utils.CleanDatabaseAttribute

상속: Xunit.BeforeAfterTestAttribute
파일 보기 프로젝트 열기: Trov/Hangfire.Mongo

공개 메소드들

메소드 설명
After ( MethodInfo methodUnderTest ) : void
Before ( MethodInfo methodUnderTest ) : void
CleanDatabaseAttribute ( ) : System

비공개 메소드들

메소드 설명
RecreateDatabaseAndInstallObjects ( ) : void

메소드 상세

After() 공개 메소드

public After ( MethodInfo methodUnderTest ) : void
methodUnderTest System.Reflection.MethodInfo
리턴 void

Before() 공개 메소드

public Before ( MethodInfo methodUnderTest ) : void
methodUnderTest System.Reflection.MethodInfo
리턴 void

CleanDatabaseAttribute() 공개 메소드

public CleanDatabaseAttribute ( ) : System
리턴 System