C# Class SonarLint.VisualStudio.Progress.UnitTests.AssertIgnoreScope

Some of the tests cover exceptions in which we have asserts as well, we want to ignore those asserts during tests
Inheritance: IDisposable
Show file Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Public Methods

Method Description
AssertIgnoreScope ( ) : System
Dispose ( ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

AssertIgnoreScope() public method

public AssertIgnoreScope ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void