提交 fa37d1b3 编写于 作者: J Jinu 提交者: GitHub

Adding Unit tests for IfStatement (#18060)

* Adding Unit tests for IfStatement

* Addressing PR feedback

* Addressing pr feedback

* Adding implicit embedded statement test case
上级 a703709e
......@@ -59,6 +59,7 @@
<Compile Include="Diagnostics\DiagnosticAnalyzerTests.AllInOne.cs" />
<Compile Include="Diagnostics\DiagnosticAnalyzerTests.cs" />
<Compile Include="Diagnostics\GetDiagnosticsTests.cs" />
<Compile Include="IOperation\IOperationTests_IIfStatement.cs" />
<Compile Include="IOperation\IOperationTests_ISymbolInitializer.cs" />
<Compile Include="IOperation\IOperationTests.cs" />
<Compile Include="Diagnostics\OperationAnalyzerTests.cs" />
......
......@@ -96,6 +96,7 @@
<Compile Include="Diagnostics\DiagnosticAnalyzerTests.vb" />
<Compile Include="Diagnostics\DiagnosticTests.vb" />
<Compile Include="Diagnostics\GetDiagnosticsTests.vb" />
<Compile Include="IOperation\IOperationTests_IIfStatement.vb" />
<Compile Include="IOperation\IOperationTests_ISymbolInitializer.vb" />
<Compile Include="IOperation\IOperationTests.vb" />
<Compile Include="Diagnostics\OperationAnalyzerTests.vb" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册