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.ObjectFactory.ObjectFactoryTests Class Reference

Public Member Functions

void Cleanup ()
 Always make sure to cleanup after each test More...
 
void Create ()
 
void CreateLocal ()
 
void CreateWithParam ()
 
void CreateMissing ()
 
void FetchNoCriteria ()
 
void FetchCriteria ()
 
void Update ()
 
void UpdateTransactionScope ()
 
void UpdateTransactionScopeUsingCustomTransactionLevelAndTimeout ()
 
void UpdateTransactionScopeUsingDefaultTransactionLevelAndTimeout ()
 
void Delete ()
 
void FetchLoadProperty ()
 
void DataPortalExecute_OnCommandObjectWithLocalProxy_CallsFactoryExecute ()
 
void DataPortalExecute_OnCommandObjectWithFalseExecuteMethod_ThrowsExeptionMehodNotFound ()
 

Static Public Member Functions

static void ClassInitialize (TestContext context)
 

Detailed Description

Definition at line 30 of file ObjectFactoryTests.cs.

Member Function Documentation

◆ ClassInitialize()

static void Csla.Test.ObjectFactory.ObjectFactoryTests.ClassInitialize ( TestContext  context)
static

Definition at line 35 of file ObjectFactoryTests.cs.

◆ Cleanup()

void Csla.Test.ObjectFactory.ObjectFactoryTests.Cleanup ( )

Always make sure to cleanup after each test

Definition at line 47 of file ObjectFactoryTests.cs.

◆ Create()

void Csla.Test.ObjectFactory.ObjectFactoryTests.Create ( )

Definition at line 57 of file ObjectFactoryTests.cs.

◆ CreateLocal()

void Csla.Test.ObjectFactory.ObjectFactoryTests.CreateLocal ( )

Definition at line 76 of file ObjectFactoryTests.cs.

◆ CreateMissing()

void Csla.Test.ObjectFactory.ObjectFactoryTests.CreateMissing ( )

Definition at line 117 of file ObjectFactoryTests.cs.

◆ CreateWithParam()

void Csla.Test.ObjectFactory.ObjectFactoryTests.CreateWithParam ( )

Definition at line 96 of file ObjectFactoryTests.cs.

◆ DataPortalExecute_OnCommandObjectWithFalseExecuteMethod_ThrowsExeptionMehodNotFound()

void Csla.Test.ObjectFactory.ObjectFactoryTests.DataPortalExecute_OnCommandObjectWithFalseExecuteMethod_ThrowsExeptionMehodNotFound ( )

Definition at line 298 of file ObjectFactoryTests.cs.

◆ DataPortalExecute_OnCommandObjectWithLocalProxy_CallsFactoryExecute()

void Csla.Test.ObjectFactory.ObjectFactoryTests.DataPortalExecute_OnCommandObjectWithLocalProxy_CallsFactoryExecute ( )

Definition at line 284 of file ObjectFactoryTests.cs.

◆ Delete()

void Csla.Test.ObjectFactory.ObjectFactoryTests.Delete ( )

Definition at line 257 of file ObjectFactoryTests.cs.

◆ FetchCriteria()

void Csla.Test.ObjectFactory.ObjectFactoryTests.FetchCriteria ( )

Definition at line 150 of file ObjectFactoryTests.cs.

◆ FetchLoadProperty()

void Csla.Test.ObjectFactory.ObjectFactoryTests.FetchLoadProperty ( )

Definition at line 269 of file ObjectFactoryTests.cs.

◆ FetchNoCriteria()

void Csla.Test.ObjectFactory.ObjectFactoryTests.FetchNoCriteria ( )

Definition at line 139 of file ObjectFactoryTests.cs.

◆ Update()

void Csla.Test.ObjectFactory.ObjectFactoryTests.Update ( )

Definition at line 161 of file ObjectFactoryTests.cs.

◆ UpdateTransactionScope()

void Csla.Test.ObjectFactory.ObjectFactoryTests.UpdateTransactionScope ( )

Definition at line 176 of file ObjectFactoryTests.cs.

◆ UpdateTransactionScopeUsingCustomTransactionLevelAndTimeout()

void Csla.Test.ObjectFactory.ObjectFactoryTests.UpdateTransactionScopeUsingCustomTransactionLevelAndTimeout ( )

Definition at line 197 of file ObjectFactoryTests.cs.

◆ UpdateTransactionScopeUsingDefaultTransactionLevelAndTimeout()

void Csla.Test.ObjectFactory.ObjectFactoryTests.UpdateTransactionScopeUsingDefaultTransactionLevelAndTimeout ( )

Definition at line 228 of file ObjectFactoryTests.cs.