C# Class IronFramework.TestCommon.PreserveSyncContextAttribute

Preserves the current SynchronizationContext. Use this attribute on tests which modify the current SynchronizationContext.
Inheritance: Xunit.BeforeAfterTestAttribute
Afficher le fichier Open project: megadotnet/ironframework

Méthodes publiques

Méthode Description
After ( System methodUnderTest ) : void
Before ( System methodUnderTest ) : void

Method Details

After() public méthode

public After ( System methodUnderTest ) : void
methodUnderTest System
Résultat void

Before() public méthode

public Before ( System methodUnderTest ) : void
methodUnderTest System
Résultat void