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.Test.DataPortal.DataPortalExceptionTests Class Reference

Public Member Functions

void ChildInnerExceptionFlowsFromDataPortal ()
 
async Task ChildCreationExceptionFlowsFromDataPortalAsync ()
 

Static Public Member Functions

static void ClassInitialize (TestContext context)
 

Detailed Description

Definition at line 10 of file DataPortalExceptionTest.cs.

Member Function Documentation

◆ ChildCreationExceptionFlowsFromDataPortalAsync()

async Task Csla.Test.DataPortal.DataPortalExceptionTests.ChildCreationExceptionFlowsFromDataPortalAsync ( )

Definition at line 40 of file DataPortalExceptionTest.cs.

◆ ChildInnerExceptionFlowsFromDataPortal()

void Csla.Test.DataPortal.DataPortalExceptionTests.ChildInnerExceptionFlowsFromDataPortal ( )

Definition at line 22 of file DataPortalExceptionTest.cs.

◆ ClassInitialize()

static void Csla.Test.DataPortal.DataPortalExceptionTests.ClassInitialize ( TestContext  context)
static

Definition at line 15 of file DataPortalExceptionTest.cs.