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.
cslalighttest.ReadOnly.ReadOnlyTests Class Reference
Inheritance diagram for cslalighttest.ReadOnly.ReadOnlyTests:
UnitDriven.TestBase

Public Member Functions

void AddItemToReadOnlyFail ()
 
void InsertItemToReadOnlyFail ()
 
void IndexInsertItemToReadOnlyFail ()
 
void AddNewToReadOnlyFail ()
 
void ClearReadOnlyFail ()
 
- Public Member Functions inherited from UnitDriven.TestBase
UnitTestContext GetContext ()
 

Detailed Description

Definition at line 39 of file ReadOnlyTests.cs.

Member Function Documentation

◆ AddItemToReadOnlyFail()

void cslalighttest.ReadOnly.ReadOnlyTests.AddItemToReadOnlyFail ( )

Definition at line 43 of file ReadOnlyTests.cs.

◆ AddNewToReadOnlyFail()

void cslalighttest.ReadOnly.ReadOnlyTests.AddNewToReadOnlyFail ( )

Definition at line 75 of file ReadOnlyTests.cs.

◆ ClearReadOnlyFail()

void cslalighttest.ReadOnly.ReadOnlyTests.ClearReadOnlyFail ( )

Definition at line 85 of file ReadOnlyTests.cs.

◆ IndexInsertItemToReadOnlyFail()

void cslalighttest.ReadOnly.ReadOnlyTests.IndexInsertItemToReadOnlyFail ( )

Definition at line 65 of file ReadOnlyTests.cs.

◆ InsertItemToReadOnlyFail()

void cslalighttest.ReadOnly.ReadOnlyTests.InsertItemToReadOnlyFail ( )

Definition at line 54 of file ReadOnlyTests.cs.