C# Class Bridge.React.Analyser.Test.ReactElementTests

Inheritance: TestHelper.DiagnosticVerifier
Show file Open project: ProductiveRage/Bridge.React

Protected Methods

Method Description
GetCSharpDiagnosticAnalyzer ( ) : Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer

Private Methods

Method Description
InstantiationOfGenericTypeThatReferencesReactElementIsFineIfTypeHasIgnoreGeneri ( ) : void
InstantiationOfListOfReactElementWillFail ( ) : void
InstantiationOfNestedGenericTypeThatReferencesReactElementIsFineIfTypeHasIgnoreGeneri ( ) : void
InstantiationOfNestedGenericTypeThatReferencesReactElementWillFail ( ) : void

Method Details

GetCSharpDiagnosticAnalyzer() protected method

protected GetCSharpDiagnosticAnalyzer ( ) : Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer
return Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer