C# Class IronFramework.TestCommon.ReplaceCultureAttribute

Inheritance: Xunit.BeforeAfterTestAttribute
Mostra file Open project: megadotnet/ironframework

Public Methods

Method Description
After ( MethodInfo methodUnderTest ) : void
Before ( MethodInfo methodUnderTest ) : void
ReplaceCultureAttribute ( ) : System

Method Details

After() public method

public After ( MethodInfo methodUnderTest ) : void
methodUnderTest System.Reflection.MethodInfo
return void

Before() public method

public Before ( MethodInfo methodUnderTest ) : void
methodUnderTest System.Reflection.MethodInfo
return void

ReplaceCultureAttribute() public method

public ReplaceCultureAttribute ( ) : System
return System