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.SmartDate.SmartDateTests Class Reference

Public Member Functions

void Setup ()
 
void Cleanup ()
 
void TestSmartDateConstructors ()
 
void TestConverters ()
 
void Add ()
 
void Subtract ()
 
void Comparison ()
 
void Empty ()
 
void MaxDateMaxValue ()
 
void ComparisonOperators ()
 
void TryParseTest ()
 
void SerializationTest ()
 
void DefaultFormat ()
 
void CustomParserReturnsDateTime ()
 

Static Public Member Functions

static void ClassInitialize (TestContext context)
 

Detailed Description

Definition at line 36 of file SmartDateTests.cs.

Member Function Documentation

◆ Add()

void Csla.Test.SmartDate.SmartDateTests.Add ( )

Definition at line 215 of file SmartDateTests.cs.

◆ ClassInitialize()

static void Csla.Test.SmartDate.SmartDateTests.ClassInitialize ( TestContext  context)
static

Definition at line 43 of file SmartDateTests.cs.

◆ Cleanup()

void Csla.Test.SmartDate.SmartDateTests.Cleanup ( )

Definition at line 62 of file SmartDateTests.cs.

◆ Comparison()

void Csla.Test.SmartDate.SmartDateTests.Comparison ( )

Definition at line 247 of file SmartDateTests.cs.

◆ ComparisonOperators()

void Csla.Test.SmartDate.SmartDateTests.ComparisonOperators ( )

Definition at line 343 of file SmartDateTests.cs.

◆ CustomParserReturnsDateTime()

void Csla.Test.SmartDate.SmartDateTests.CustomParserReturnsDateTime ( )

Definition at line 482 of file SmartDateTests.cs.

◆ DefaultFormat()

void Csla.Test.SmartDate.SmartDateTests.DefaultFormat ( )

Definition at line 466 of file SmartDateTests.cs.

◆ Empty()

void Csla.Test.SmartDate.SmartDateTests.Empty ( )

Definition at line 298 of file SmartDateTests.cs.

◆ MaxDateMaxValue()

void Csla.Test.SmartDate.SmartDateTests.MaxDateMaxValue ( )

Definition at line 326 of file SmartDateTests.cs.

◆ SerializationTest()

void Csla.Test.SmartDate.SmartDateTests.SerializationTest ( )

Definition at line 418 of file SmartDateTests.cs.

◆ Setup()

void Csla.Test.SmartDate.SmartDateTests.Setup ( )

Definition at line 49 of file SmartDateTests.cs.

◆ Subtract()

void Csla.Test.SmartDate.SmartDateTests.Subtract ( )

Definition at line 230 of file SmartDateTests.cs.

◆ TestConverters()

void Csla.Test.SmartDate.SmartDateTests.TestConverters ( )

Definition at line 138 of file SmartDateTests.cs.

◆ TestSmartDateConstructors()

void Csla.Test.SmartDate.SmartDateTests.TestSmartDateConstructors ( )

Definition at line 71 of file SmartDateTests.cs.

◆ TryParseTest()

void Csla.Test.SmartDate.SmartDateTests.TryParseTest ( )

Definition at line 403 of file SmartDateTests.cs.