C# 클래스 IronFramework.TestCommon.ReplaceCultureAttribute

상속: Xunit.BeforeAfterTestAttribute
파일 보기 프로젝트 열기: megadotnet/ironframework

공개 메소드들

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

메소드 상세

After() 공개 메소드

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

Before() 공개 메소드

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

ReplaceCultureAttribute() 공개 메소드

public ReplaceCultureAttribute ( ) : System
리턴 System