C# 클래스 test.UseDatabaseAttribute

상속: BeforeAfterTestAttribute
파일 보기 프로젝트 열기: AlexSugak/dotnet-core-tdd

공개 메소드들

메소드 설명
After ( System.Reflection.MethodInfo methodUnderTest ) : void
Before ( System.Reflection.MethodInfo methodUnderTest ) : void
UseDatabaseAttribute ( string connectionString ) : test.System

메소드 상세

After() 공개 메소드

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

Before() 공개 메소드

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

UseDatabaseAttribute() 공개 메소드

public UseDatabaseAttribute ( string connectionString ) : test.System
connectionString string
리턴 test.System