Skip to content

Commit

Permalink
Adding Unit tests for IfStatement (dotnet#18060)
Browse files Browse the repository at this point in the history
* Adding Unit tests for IfStatement

* Addressing PR feedback

* Addressing pr feedback

* Adding implicit embedded statement test case
  • Loading branch information
jinujoseph committed Mar 30, 2017
1 parent a703709 commit fa37d1b
Show file tree
Hide file tree
Showing 4 changed files with 1,353 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
Loading

0 comments on commit fa37d1b

Please sign in to comment.