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

Public Member Functions

void Setup ()
 
void IfAuthProviderTypeImplements_IAuthorizeDataPortal_Then_authorizerFieldShouldBeAnInstanceOfThatType ()
 
async Task DataPortal_Create_Calls_IAuthorizeDataPortal_Authorize_WithCorrectParameters ()
 
async Task DataPortal_Fetch_Calls_IAuthorizeDataPortal_Authorize_WithCorrectParameters ()
 
async Task DataPortal_Update_Calls_IAuthorizeDataPortal_Authorize_WithCorrectParameters ()
 
async Task DataPortal_Delete_Calls_IAuthorizeDataPortal_Authorize_WithCorrectParameters ()
 

Static Public Member Functions

static void ClassInitialize (TestContext context)
 

Detailed Description

Definition at line 32 of file DataPortal/AuthorizeDataPortalTests.cs.

Member Function Documentation

◆ ClassInitialize()

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

Definition at line 39 of file DataPortal/AuthorizeDataPortalTests.cs.

◆ DataPortal_Create_Calls_IAuthorizeDataPortal_Authorize_WithCorrectParameters()

async Task Csla.Test.DataPortal.AuthorizeDataPortalTests.DataPortal_Create_Calls_IAuthorizeDataPortal_Authorize_WithCorrectParameters ( )

Definition at line 161 of file DataPortal/AuthorizeDataPortalTests.cs.

◆ DataPortal_Delete_Calls_IAuthorizeDataPortal_Authorize_WithCorrectParameters()

async Task Csla.Test.DataPortal.AuthorizeDataPortalTests.DataPortal_Delete_Calls_IAuthorizeDataPortal_Authorize_WithCorrectParameters ( )

Definition at line 204 of file DataPortal/AuthorizeDataPortalTests.cs.

◆ DataPortal_Fetch_Calls_IAuthorizeDataPortal_Authorize_WithCorrectParameters()

async Task Csla.Test.DataPortal.AuthorizeDataPortalTests.DataPortal_Fetch_Calls_IAuthorizeDataPortal_Authorize_WithCorrectParameters ( )

Definition at line 175 of file DataPortal/AuthorizeDataPortalTests.cs.

◆ DataPortal_Update_Calls_IAuthorizeDataPortal_Authorize_WithCorrectParameters()

async Task Csla.Test.DataPortal.AuthorizeDataPortalTests.DataPortal_Update_Calls_IAuthorizeDataPortal_Authorize_WithCorrectParameters ( )

Definition at line 189 of file DataPortal/AuthorizeDataPortalTests.cs.

◆ IfAuthProviderTypeImplements_IAuthorizeDataPortal_Then_authorizerFieldShouldBeAnInstanceOfThatType()

void Csla.Test.DataPortal.AuthorizeDataPortalTests.IfAuthProviderTypeImplements_IAuthorizeDataPortal_Then_authorizerFieldShouldBeAnInstanceOfThatType ( )

Definition at line 84 of file DataPortal/AuthorizeDataPortalTests.cs.

◆ Setup()

void Csla.Test.DataPortal.AuthorizeDataPortalTests.Setup ( )

Definition at line 52 of file DataPortal/AuthorizeDataPortalTests.cs.