-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.txt
46 lines (29 loc) · 1.13 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
xUnit.ReSharper.Renaming
========================
A Plug-In for ReSharper
Copyright 2010 by Albert Weinert http://der-albert.com
Additional Naming Entities for given specific naming styles to
xUnit.NET Test and xUnit.NET BDD Extensions Specifications
Simply copy the Assemblies to your ReSharper PlugIn Folder, don't
forget to create a folder named xUnitNaming in that.
- xUnit.ReSharper.Naming.dll
- xunit.dll
ReSharper-PlugIn Folder
-----------------------
%APPDATA%\JetBrains\ReSharper\v5.1\vs10.0\PlugIns\xUnitNaming
v5.1 is the ReSharper Version
vs10.0 is the Visual Studio Version
PlugIns between ReSharper Version are NOT interchangeable.
In this release only a Versions for 5.0 and 5.1 are included.
xUnit.NET
---------
http://xunit.codeplex.com
xUnit.NET BDD Extensions
------------------------
http://github.com/BjRo/xunitbddextensions
xUnitContrib
------------
http://xunitcontrib.codeplex.com
Portions of the PlugIn Code is from the ReSharper Runner Plug-In from Matt Ellis
but he don't want include naming entities in the runner, so i decided to release
it as a standalone plugin