C# Class SonarLint.VisualStudio.Progress.UnitTests.SequentialProgressControllerHelper.RestoredUnitTestAssertException

Inheritance: Microsoft.VisualStudio.TestTools.UnitTesting.UnitTestAssertException
ファイルを表示 Open project: SonarSource-VisualStudio/sonarlint-visualstudio

Public Methods

Method Description
RestoredUnitTestAssertException ( ) : SonarLint.VisualStudio.Progress.Controller
RestoredUnitTestAssertException ( string message ) : SonarLint.VisualStudio.Progress.Controller
RestoredUnitTestAssertException ( string message, Exception innerException ) : SonarLint.VisualStudio.Progress.Controller

Protected Methods

Method Description
RestoredUnitTestAssertException ( System info, System context ) : SonarLint.VisualStudio.Progress.Controller

Method Details

RestoredUnitTestAssertException() public method

public RestoredUnitTestAssertException ( ) : SonarLint.VisualStudio.Progress.Controller
return SonarLint.VisualStudio.Progress.Controller

RestoredUnitTestAssertException() protected method

protected RestoredUnitTestAssertException ( System info, System context ) : SonarLint.VisualStudio.Progress.Controller
info System
context System
return SonarLint.VisualStudio.Progress.Controller

RestoredUnitTestAssertException() public method

public RestoredUnitTestAssertException ( string message ) : SonarLint.VisualStudio.Progress.Controller
message string
return SonarLint.VisualStudio.Progress.Controller

RestoredUnitTestAssertException() public method

public RestoredUnitTestAssertException ( string message, Exception innerException ) : SonarLint.VisualStudio.Progress.Controller
message string
innerException System.Exception
return SonarLint.VisualStudio.Progress.Controller