C# 클래스 Hangfire.MySql.Tests.CleanDatabaseAttribute

상속: Xunit.Sdk.BeforeAfterTestAttribute
파일 보기 프로젝트 열기: arnoldasgudas/Hangfire.MySqlStorage

공개 메소드들

메소드 설명
After ( MethodInfo methodUnderTest ) : void
Before ( MethodInfo methodUnderTest ) : void
CleanDatabaseAttribute ( IsolationLevel isolationLevel = IsolationLevel.ReadCommitted ) : System.Reflection

메소드 상세

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 ( IsolationLevel isolationLevel = IsolationLevel.ReadCommitted ) : System.Reflection
isolationLevel IsolationLevel
리턴 System.Reflection