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.BypassPropertyChecks.BypassPropertyChecksTests Class Reference
Inheritance diagram for Csla.Test.BypassPropertyChecks.BypassPropertyChecksTests:
UnitDriven.TestBase

Public Member Functions

void TestBypassReadWriteWithRightsTurnNotificationBackOn ()
 
void TestBypassReadWriteNoRightsTurnNotificationBackOn ()
 
void TestBypassReadWriteNoRights ()
 
void TestBypassReadWriteWithRights ()
 
void TestBypassWriteNoRightsDoNotBypass ()
 
void TestBypassReadNoRightsDoNotBypass ()
 
void TestBypassReadWriteNoRightsBackingField ()
 
void TestBypassReadWriteWithRightsBackingField ()
 
void TestBypassWriteNoRightsDoNotBypassBackingField ()
 
void TestBypassReadNoRightsDoNotBypassBackingField ()
 
void TestBypassFactory ()
 
- Public Member Functions inherited from UnitDriven.TestBase
UnitTestContext GetContext ()
 

Static Public Member Functions

static void ClassInitialize (TestContext context)
 

Detailed Description

Definition at line 30 of file BypassPropertyChecksTests.cs.

Member Function Documentation

◆ ClassInitialize()

static void Csla.Test.BypassPropertyChecks.BypassPropertyChecksTests.ClassInitialize ( TestContext  context)
static

Definition at line 43 of file BypassPropertyChecksTests.cs.

◆ TestBypassFactory()

void Csla.Test.BypassPropertyChecks.BypassPropertyChecksTests.TestBypassFactory ( )

Definition at line 284 of file BypassPropertyChecksTests.cs.

◆ TestBypassReadNoRightsDoNotBypass()

void Csla.Test.BypassPropertyChecks.BypassPropertyChecksTests.TestBypassReadNoRightsDoNotBypass ( )

Definition at line 173 of file BypassPropertyChecksTests.cs.

◆ TestBypassReadNoRightsDoNotBypassBackingField()

void Csla.Test.BypassPropertyChecks.BypassPropertyChecksTests.TestBypassReadNoRightsDoNotBypassBackingField ( )

Definition at line 262 of file BypassPropertyChecksTests.cs.

◆ TestBypassReadWriteNoRights()

void Csla.Test.BypassPropertyChecks.BypassPropertyChecksTests.TestBypassReadWriteNoRights ( )

Definition at line 108 of file BypassPropertyChecksTests.cs.

◆ TestBypassReadWriteNoRightsBackingField()

void Csla.Test.BypassPropertyChecks.BypassPropertyChecksTests.TestBypassReadWriteNoRightsBackingField ( )

Definition at line 197 of file BypassPropertyChecksTests.cs.

◆ TestBypassReadWriteNoRightsTurnNotificationBackOn()

void Csla.Test.BypassPropertyChecks.BypassPropertyChecksTests.TestBypassReadWriteNoRightsTurnNotificationBackOn ( )

Definition at line 82 of file BypassPropertyChecksTests.cs.

◆ TestBypassReadWriteWithRights()

void Csla.Test.BypassPropertyChecks.BypassPropertyChecksTests.TestBypassReadWriteWithRights ( )

Definition at line 130 of file BypassPropertyChecksTests.cs.

◆ TestBypassReadWriteWithRightsBackingField()

void Csla.Test.BypassPropertyChecks.BypassPropertyChecksTests.TestBypassReadWriteWithRightsBackingField ( )

Definition at line 219 of file BypassPropertyChecksTests.cs.

◆ TestBypassReadWriteWithRightsTurnNotificationBackOn()

void Csla.Test.BypassPropertyChecks.BypassPropertyChecksTests.TestBypassReadWriteWithRightsTurnNotificationBackOn ( )

Definition at line 49 of file BypassPropertyChecksTests.cs.

◆ TestBypassWriteNoRightsDoNotBypass()

void Csla.Test.BypassPropertyChecks.BypassPropertyChecksTests.TestBypassWriteNoRightsDoNotBypass ( )

Definition at line 152 of file BypassPropertyChecksTests.cs.

◆ TestBypassWriteNoRightsDoNotBypassBackingField()

void Csla.Test.BypassPropertyChecks.BypassPropertyChecksTests.TestBypassWriteNoRightsDoNotBypassBackingField ( )

Definition at line 241 of file BypassPropertyChecksTests.cs.