True
True
True
False
<?xml version="1.0" encoding="utf-16"?><Profile name="Full reformat"><CSArrangeThisQualifier>True</CSArrangeThisQualifier><CSRemoveCodeRedundancies>True</CSRemoveCodeRedundancies><CSMakeFieldReadonly>True</CSMakeFieldReadonly><CSUseVar><BehavourStyle>CAN_CHANGE_TO_IMPLICIT</BehavourStyle><LocalVariableStyle>ALWAYS_IMPLICIT</LocalVariableStyle><ForeachVariableStyle>ALWAYS_IMPLICIT</ForeachVariableStyle></CSUseVar><CSOptimizeUsings><OptimizeUsings>True</OptimizeUsings><EmbraceInRegion>False</EmbraceInRegion><RegionName></RegionName></CSOptimizeUsings><CSShortenReferences>True</CSShortenReferences><CSReformatCode>True</CSReformatCode><CSharpFormatDocComments>True</CSharpFormatDocComments><CSReorderTypeMembers>True</CSReorderTypeMembers></Profile>
Full reformat
True
NEXT_LINE
NEXT_LINE
TOGETHER_SAME_LINE
ONLY_FOR_MULTILINE
ONLY_FOR_MULTILINE
ONLY_FOR_MULTILINE
ONLY_FOR_MULTILINE
ONLY_FOR_MULTILINE
ONLY_FOR_MULTILINE
True
False
NEXT_LINE
1
1
True
NEVER
False
True
False
False
False
False
False
False
False
False
False
False
False
False
CHOP_IF_LONG
True
CHOP_IF_LONG
160
CHOP_IF_LONG
True
True
False
Copyright (c) 2010-2013 SharpDX - Alexandre Mutel
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
True
False
True
Replace
True
False
True
COM
DW
DX
RT
WP
$object$_On$event$
<Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" />
<Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" />
<Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" />
<Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" />
$object$_On$event$
<Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" />
True
True
True
True
True
True
True
True
True
True
True
True
True
Imported 23.11.2012
Create theory method
True
completeSmart()
1
True
0
True
True
2.0
InCSharpTypeMember
theory
True
[Xunit.Extensions.Theory]
[$DataAttribute$]
public void $TheoryMethodName$()
{
$END$
}
True
True
Imported 23.11.2012
xUnit.net Assert.Throws
True
1
True
completeSmart()
0
True
True
3.0
InCSharpStatement
xthr
True
Xunit.Assert.Throws<$TException$>($func$);$END$
True
True
Imported 23.11.2012
xUnit.net Assert.False
True
completeSmart()
0
True
True
2.0
InCSharpStatement
xf
True
Xunit.Assert.False($condition$);$END$
True
True
Imported 23.11.2012
xUnit.net Assert.Equal
True
completeSmart()
1
True
completeSmart()
0
True
True
2.0
InCSharpStatement
xe
True
Xunit.Assert.Equal($expected$,$actual$);$END$
True
True
Imported 23.11.2012
Create a fact test method
True
0
True
True
2.0
InCSharpTypeMember
fact
True
[Xunit.Fact]
public void $FactMethodName$()
{
$END$
}
True
True
Imported 23.11.2012
xUnit.net TheoryAttribute
True
True
2.0
InCSharpFile
ta
True
[Xunit.Extensions.Theory]$END$
True
True
Imported 23.11.2012
xUnit.net Assert.IsAssignableFrom
True
completeSmart()
0
True
guessExpectedType()
1
True
True
2.0
InCSharpStatement
xiaf
True
Xunit.Assert.IsAssignableFrom<$T$>($OBJECT$);$END$
True
True
Imported 23.11.2012
xUnit.net Assert.True
True
completeSmart()
0
True
True
2.0
InCSharpStatement
xt
True
Xunit.Assert.True($condition$);$END$
True
True
Imported 23.11.2012
xUnit.net Assert.IsType
True
completeSmart()
0
True
guessExpectedType()
1
True
True
2.0
InCSharpStatement
xit
True
Xunit.Assert.IsType<$T$>($OBJECT$);$END$
True
True
Imported 23.11.2012
xUnit.net Assert.Contains
True
completeSmart()
1
True
completeSmart()
0
True
True
2.0
InCSharpStatement
xc
True
Xunit.Assert.Contains($expected$, $actual$);$END$
True
True
Imported 23.11.2012
xUnit.net Assert.Null
True
completeSmart()
0
True
True
2.0
InCSharpStatement
xn
True
Xunit.Assert.Null($Object$);$END$
True
True
Imported 23.11.2012
xUnit.net InlineDataAttribute
True
0
True
True
2.0
InCSharpTypeMember
ida
True
[Xunit.Extensions.InlineData($data$)]$END$
True
True
Imported 23.11.2012
xUnit.net FactAttribute
True
True
2.0
InCSharpTypeMember
fa
True
[Xunit.Fact]
True
True
Imported 23.11.2012
xUnit.net Assert.NotNull
True
completeSmart()
0
True
True
2.0
InCSharpStatement
xnn
True
Assert.NotNull($Object$);$END$