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.
UnitDriven.UnitTestContext Class Reference
Inheritance diagram for UnitDriven.UnitTestContext:

Public Member Functions

void Complete ()
 
void Dispose ()
 

Properties

Asserter Assert = new Asserter() [get]
 

Detailed Description

Definition at line 13 of file UnitTestContext.cs.

Member Function Documentation

◆ Complete()

void UnitDriven.UnitTestContext.Complete ( )

Definition at line 18 of file UnitTestContext.cs.

◆ Dispose()

void UnitDriven.UnitTestContext.Dispose ( )

Definition at line 22 of file UnitTestContext.cs.

Property Documentation

◆ Assert

Asserter UnitDriven.UnitTestContext.Assert = new Asserter()
get

Definition at line 16 of file UnitTestContext.cs.