C# 클래스 IronFramework.TestCommon.PreserveSyncContextAttribute

Preserves the current SynchronizationContext. Use this attribute on tests which modify the current SynchronizationContext.
상속: Xunit.BeforeAfterTestAttribute
파일 보기 프로젝트 열기: megadotnet/ironframework

공개 메소드들

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

메소드 상세

After() 공개 메소드

public After ( System methodUnderTest ) : void
methodUnderTest System
리턴 void

Before() 공개 메소드

public Before ( System methodUnderTest ) : void
methodUnderTest System
리턴 void