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.FindBusinessObjectCreationAnalyzerTests Class Reference

Public Member Functions

void VerifySupportedDiagnostics ()
 
async Task AnalyzeWhenConstructorIsNotOnBusinessObject ()
 
async Task AnalyzeWhenConstructorIsOnBusinessObjectWithinObjectFactory ()
 
async Task AnalyzeWhenConstructorIsOnBusinessObjectOutsideOfObjectFactory ()
 

Detailed Description

Definition at line 10 of file FindBusinessObjectCreationAnalyzerTests.cs.

Member Function Documentation

◆ AnalyzeWhenConstructorIsNotOnBusinessObject()

async Task Csla.Analyzers.Tests.FindBusinessObjectCreationAnalyzerTests.AnalyzeWhenConstructorIsNotOnBusinessObject ( )

Definition at line 36 of file FindBusinessObjectCreationAnalyzerTests.cs.

◆ AnalyzeWhenConstructorIsOnBusinessObjectOutsideOfObjectFactory()

async Task Csla.Analyzers.Tests.FindBusinessObjectCreationAnalyzerTests.AnalyzeWhenConstructorIsOnBusinessObjectOutsideOfObjectFactory ( )

Definition at line 73 of file FindBusinessObjectCreationAnalyzerTests.cs.

◆ AnalyzeWhenConstructorIsOnBusinessObjectWithinObjectFactory()

async Task Csla.Analyzers.Tests.FindBusinessObjectCreationAnalyzerTests.AnalyzeWhenConstructorIsOnBusinessObjectWithinObjectFactory ( )

Definition at line 53 of file FindBusinessObjectCreationAnalyzerTests.cs.

◆ VerifySupportedDiagnostics()

void Csla.Analyzers.Tests.FindBusinessObjectCreationAnalyzerTests.VerifySupportedDiagnostics ( )

Definition at line 13 of file FindBusinessObjectCreationAnalyzerTests.cs.