mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
C#: Updated expected test output
This commit is contained in:
@@ -54,7 +54,7 @@ class Assertion extends MethodCall {
|
||||
* ```
|
||||
* exists(BasicBlock bb |
|
||||
* bb.getANode() = this.getAControlFlowNode() |
|
||||
* cb.immediatelyDominates(succ)
|
||||
* bb.immediatelyDominates(succ)
|
||||
* )
|
||||
* ```
|
||||
*
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
| comments2.cs:118:5:118:21 | // ... | comments2.cs:119:11:119:25 | GenericClass<> | NestedType |
|
||||
| comments2.cs:118:5:118:21 | // ... | comments2.cs:119:11:119:25 | GenericClass<> | UnboundGenericClass |
|
||||
| comments2.cs:124:5:124:16 | // ... | comments2.cs:125:9:125:20 | GenericFn | CallableOrCFE |
|
||||
| comments2.cs:124:5:124:16 | // ... | comments2.cs:125:9:125:20 | GenericFn | InstanceCallable |
|
||||
| comments2.cs:124:5:124:16 | // ... | comments2.cs:125:9:125:20 | GenericFn | UnboundGenericMethod |
|
||||
|
||||
@@ -1,21 +1,30 @@
|
||||
| VisualStudio.cs:9:11:9:21 | MyTestSuite | TestClass | VSTestClass |
|
||||
| VisualStudio.cs:12:21:12:25 | Test1 | TestMethod | CallableOrCFE |
|
||||
| VisualStudio.cs:12:21:12:25 | Test1 | TestMethod | InstanceCallable |
|
||||
| VisualStudio.cs:12:21:12:25 | Test1 | TestMethod | VSTestMethod |
|
||||
| VisualStudio.cs:17:21:17:25 | Test2 | TestMethod | CallableOrCFE |
|
||||
| VisualStudio.cs:17:21:17:25 | Test2 | TestMethod | InstanceCallable |
|
||||
| VisualStudio.cs:17:21:17:25 | Test2 | TestMethod | VSTestMethod |
|
||||
| XUnit.cs:22:11:22:21 | MyTestSuite | TestClass | XUnitTestClass |
|
||||
| XUnit.cs:25:21:25:25 | Test1 | TestMethod | CallableOrCFE |
|
||||
| XUnit.cs:25:21:25:25 | Test1 | TestMethod | InstanceCallable |
|
||||
| XUnit.cs:25:21:25:25 | Test1 | TestMethod | XUnitTestMethod |
|
||||
| XUnit.cs:30:21:30:25 | Test2 | TestMethod | CallableOrCFE |
|
||||
| XUnit.cs:30:21:30:25 | Test2 | TestMethod | InstanceCallable |
|
||||
| XUnit.cs:30:21:30:25 | Test2 | TestMethod | XUnitTestMethod |
|
||||
| nunit.cs:42:11:42:21 | MyTestSuite | TestClass | NUnitFixture |
|
||||
| nunit.cs:52:21:52:25 | Test1 | TestMethod | CallableOrCFE |
|
||||
| nunit.cs:52:21:52:25 | Test1 | TestMethod | InstanceCallable |
|
||||
| nunit.cs:52:21:52:25 | Test1 | TestMethod | NUnitTestMethod |
|
||||
| nunit.cs:57:21:57:25 | Test2 | TestMethod | CallableOrCFE |
|
||||
| nunit.cs:57:21:57:25 | Test2 | TestMethod | InstanceCallable |
|
||||
| nunit.cs:57:21:57:25 | Test2 | TestMethod | NUnitTestMethod |
|
||||
| nunit.cs:62:21:62:25 | Test3 | TestMethod | CallableOrCFE |
|
||||
| nunit.cs:62:21:62:25 | Test3 | TestMethod | InstanceCallable |
|
||||
| nunit.cs:62:21:62:25 | Test3 | TestMethod | NUnitTestMethod |
|
||||
| nunit.cs:67:21:67:25 | Test4 | TestMethod | CallableOrCFE |
|
||||
| nunit.cs:67:21:67:25 | Test4 | TestMethod | InstanceCallable |
|
||||
| nunit.cs:67:21:67:25 | Test4 | TestMethod | NUnitTestMethod |
|
||||
| nunit.cs:72:21:72:25 | Test5 | TestMethod | CallableOrCFE |
|
||||
| nunit.cs:72:21:72:25 | Test5 | TestMethod | InstanceCallable |
|
||||
| nunit.cs:72:21:72:25 | Test5 | TestMethod | NUnitTestMethod |
|
||||
|
||||
Reference in New Issue
Block a user