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

Inheritance: TestHelper.DiagnosticVerifier
Datei anzeigen Open project: ProductiveRage/Bridge.React

Protected Methods

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

Private Methods

Method Description
CastingNullToArrayIsNotWorthIdentifying ( ) : void
CorrectlyCallFactoryMethodWithParams ( ) : void
CorrectlyCallFullyNamedFactoryMethodWithParams ( ) : void
PassingArrayReferenceToParamsArgumentShouldResultInWarning ( ) : void
PassingArrayReferenceToParamsArgumentWhenMethodAccessedViaStaticUsingShouldResultInWarning ( ) : void
PassingArrayReturnedFromMethodToParamsArgumentShouldResultInWarning ( ) : void
PassingArrayReturnedFromPropertyToParamsArgumentShouldResultInWarning ( ) : void
PassingIEnumerableReactElementToNonParamsMethodSignaturesIsTheWayToSpecifyDynamicChildren ( ) : void
PassingSomethingThatWillBeCastToArryReferenceShouldResultInWarning ( ) : void

Method Details

GetCSharpDiagnosticAnalyzer() protected method

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