메소드 | 설명 | |
---|---|---|
After ( |
The Thread.CurrentUICulture for the test. Defaults to en-US. The CultureInfo.CurrentUICulture for the test. Defaults to en-US.
|
|
Before ( |
||
ReplaceCultureAttribute ( string currentCulture ) : System |
Replaces the current culture and UI culture based on specified value.
|
|
ReplaceCultureAttribute ( string currentCulture, string currentUICulture ) : System |
Replaces the current culture and UI culture based on specified values.
|
public After ( |
||
methodUnderTest | ||
리턴 | void |
public Before ( |
||
methodUnderTest | ||
리턴 | void |
public ReplaceCultureAttribute ( string currentCulture ) : System | ||
currentCulture | string | |
리턴 | System |
public ReplaceCultureAttribute ( string currentCulture, string currentUICulture ) : System | ||
currentCulture | string | |
currentUICulture | string | |
리턴 | System |