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
{{ message }}
This repository was archived by the owner on Dec 12, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: resharper/nuget/xunitcontrib.nuspec
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,20 +3,20 @@
3
3
<metadata>
4
4
<id>xunitcontrib</id>
5
5
<title>xUnit.net Test Support</title>
6
-
<version>2.0.0-alpha-20141120</version>
6
+
<version>2.0.0-alpha-20141222</version>
7
7
<authors>Matt Ellis</authors>
8
8
<owners>Matt Ellis</owners>
9
9
<description>A unit test provider for xUnit.net. Discovers and runs xUnit.net 1.x and 2.0 tests. Includes annotations to aid ReSharper inspections and Live Templates to speed up inserting test methods and asserts</description>
10
10
<summary>A unit test provider for xUnit.net</summary>
11
11
<releaseNotes>Continuing support for xUnit.net 2.0
12
+
• Fixed an issue (#9) to run individual methods, rather than all methods in the class
12
13
• Beta 5 support (build 2785)
13
14
• Captures output from ITestOutputHelper
14
15
• Shadow copy cache clean up on abort
15
16
• Parallelisation re-enabled!
16
17
17
18
Known issues:
18
19
• REQUIRES Beta 5. Will NOT run earlier beta versions
19
-
• Runs all tests in a class, not just requested methods, due to xunit1 RunWith compatibility (to be fixed)
20
20
• External annotations not yet implemented for xunit2 (to be fixed)
21
21
• Live Templates for Theory use xunit1 namespace (to be fixed)</releaseNotes>
0 commit comments