You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Also, the test class should be decorated by the following attribute:
50
50
## Running tests in order
51
51
The library has a bonus feature that simplifies running tests in order. The test class does not have to be derived from ```TestBed<T>``` class though and it can apply to all Xunit classes.
52
52
53
-
Decorate your Xunit test class with the following attribute and associate ```TestOrder(...)``` with ```Fact```and ```Theory```:
53
+
Decorate your Xunit test class with the following attribute and associate ```TestOrder(...)``` with ```Fact```and ```Theory```:
[Obsolete("GetConfigurationFile() method is now deprecated. Please override GetConfigurationFiles() method instead and yield return your current settings file name e.g. 'appsettings.json'.",true)]
<description>This package contains the necessary classes and features to leverage Xunit's fixture class for Microsoft dependency inection framework.</description>
14
-
<copyright>2021 - All rights reserved, Umplify Technologies Inc</copyright>
<description>This package contains the necessary classes and features to leverage Xunit's fixture class for Microsoft dependency inection framework.</description>
14
+
<copyright>2022 - All rights reserved, Umplify Technologies Inc.</copyright>
0 commit comments