CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
Csla.Analyzers.Tests.CheckConstructorsAnalyzerPublicConstructorCodeFixTests Class Reference

Public Member Functions

void VerifyGetFixableDiagnosticIds ()
 
async Task VerifyGetFixesWhenConstructorNoArgumentsDoesNotExist ()
 
async Task VerifyGetFixesWhenPrivateConstructorNoArgumentsExists ()
 
async Task VerifyGetFixesWhenPrivateConstructorNoArgumentsExistsAndLeadingTriviaExists ()
 
async Task VerifyGetFixesWhenPrivateConstructorNoArgumentsExistsAndTrailingTriviaExists ()
 
async Task VerifyGetFixesWhenPrivateConstructorNoArgumentsExistsWithNestedClasses ()
 

Detailed Description

Member Function Documentation

◆ VerifyGetFixableDiagnosticIds()

void Csla.Analyzers.Tests.CheckConstructorsAnalyzerPublicConstructorCodeFixTests.VerifyGetFixableDiagnosticIds ( )

◆ VerifyGetFixesWhenConstructorNoArgumentsDoesNotExist()

async Task Csla.Analyzers.Tests.CheckConstructorsAnalyzerPublicConstructorCodeFixTests.VerifyGetFixesWhenConstructorNoArgumentsDoesNotExist ( )

◆ VerifyGetFixesWhenPrivateConstructorNoArgumentsExists()

async Task Csla.Analyzers.Tests.CheckConstructorsAnalyzerPublicConstructorCodeFixTests.VerifyGetFixesWhenPrivateConstructorNoArgumentsExists ( )

◆ VerifyGetFixesWhenPrivateConstructorNoArgumentsExistsAndLeadingTriviaExists()

async Task Csla.Analyzers.Tests.CheckConstructorsAnalyzerPublicConstructorCodeFixTests.VerifyGetFixesWhenPrivateConstructorNoArgumentsExistsAndLeadingTriviaExists ( )

◆ VerifyGetFixesWhenPrivateConstructorNoArgumentsExistsAndTrailingTriviaExists()

async Task Csla.Analyzers.Tests.CheckConstructorsAnalyzerPublicConstructorCodeFixTests.VerifyGetFixesWhenPrivateConstructorNoArgumentsExistsAndTrailingTriviaExists ( )

◆ VerifyGetFixesWhenPrivateConstructorNoArgumentsExistsWithNestedClasses()

async Task Csla.Analyzers.Tests.CheckConstructorsAnalyzerPublicConstructorCodeFixTests.VerifyGetFixesWhenPrivateConstructorNoArgumentsExistsWithNestedClasses ( )