Shortcut | Description |
---|---|
a1 | xUnit.net Assert.Single |
ac | xUnit.net Assert.Contains |
adnc | xUnit.net Assert.DoesNotContain |
adnt | xUnit.net Assert.DoesNotThrow |
ae | xUnit.net Assert.Equal |
af | xUnit.net Assert.False |
aiaf | xUnit.net Assert.IsAssignableFrom |
aint | xUnit.net Assert.IsNotType |
air | xUnit.net Assert.InRange |
ait | xUnit.net Assert.IsType |
am | xUnit.net Assert.Empty |
an | xUnit.net Assert.Null |
ane | xUnit.net Assert.NotEqual |
anir | xUnit.net Assert.NotInRange |
anm | xUnit.net Assert.NotEmpty |
ann | xUnit.net Assert.NotNull |
ans | xUnit.net Assert.NotSame |
apc | xUnit.net Assert.PropertyChanged |
as | xUnit.net Assert.Same |
at | xUnit.net Assert.True |
athr | xUnit.net Assert.Throws |
fa | xUnit.net FactAttribute |
fact | Create a fact test method |
ida | xUnit.net InlineDataAttribute |
pda | xUnit.net PropertyDataAttribute |
ta | xUnit.net TheoryAttribute |
theory | Create theory method |
xtc | xUnit.net test class |
Shortcut | Description |
---|---|
a1 | xUnit.net Assert.Single |
ac | xUnit.net Assert.Contains |
adnc | xUnit.net Assert.DoesNotContain |
adnt | xUnit.net Assert.DoesNotThrow |
ae | xUnit.net Assert.Equal |
af | xUnit.net Assert.False |
aiaf | xUnit.net Assert.IsAssignableFrom |
aint | xUnit.net Assert.IsNotType |
air | xUnit.net Assert.InRange |
ait | xUnit.net Assert.IsType |
am | xUnit.net Assert.Empty |
an | xUnit.net Assert.Null |
ane | xUnit.net Assert.NotEqual |
anir | xUnit.net Assert.NotInRange |
anm | xUnit.net Assert.NotEmpty |
ann | xUnit.net Assert.NotNull |
ans | xUnit.net Assert.NotSame |
apc | xUnit.net Assert.PropertyChanged |
as | xUnit.net Assert.Same |
at | xUnit.net Assert.True |
athr | xUnit.net Assert.Throws |
Shortcut | Description |
---|---|
fa | xUnit.net FactAttribute |
ida | xUnit.net InlineDataAttribute |
pda | xUnit.net PropertyDataAttribute |
ta | xUnit.net TheoryAttribute |