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.ValidationRules.RuleContextTests Class Reference

Public Member Functions

void AddErrorResultThrowsErrorWhenMessageIsEmpty ()
 
void AddErrorResultOnPropertyThrowsErrorWhenMessageIsEmpty ()
 
void AddWarningResultThrowsErrorWhenMessageIsEmpty ()
 
void AddWarningResultOnPropertyThrowsErrorWhenMessageIsEmpty ()
 
void AddInformationResultThrowsErrorWhenMessageIsEmpty ()
 
void AddInformationResultOnPropertyThrowsErrorWhenMessageIsEmpty ()
 
void AddSuccessResultDoesNotFail ()
 

Static Public Member Functions

static void ClassInitialize (TestContext context)
 

Detailed Description

Definition at line 876 of file ValidationTests.cs.

Member Function Documentation

◆ AddErrorResultOnPropertyThrowsErrorWhenMessageIsEmpty()

void Csla.Test.ValidationRules.RuleContextTests.AddErrorResultOnPropertyThrowsErrorWhenMessageIsEmpty ( )

Definition at line 906 of file ValidationTests.cs.

◆ AddErrorResultThrowsErrorWhenMessageIsEmpty()

void Csla.Test.ValidationRules.RuleContextTests.AddErrorResultThrowsErrorWhenMessageIsEmpty ( )

Definition at line 888 of file ValidationTests.cs.

◆ AddInformationResultOnPropertyThrowsErrorWhenMessageIsEmpty()

void Csla.Test.ValidationRules.RuleContextTests.AddInformationResultOnPropertyThrowsErrorWhenMessageIsEmpty ( )

Definition at line 978 of file ValidationTests.cs.

◆ AddInformationResultThrowsErrorWhenMessageIsEmpty()

void Csla.Test.ValidationRules.RuleContextTests.AddInformationResultThrowsErrorWhenMessageIsEmpty ( )

Definition at line 960 of file ValidationTests.cs.

◆ AddSuccessResultDoesNotFail()

void Csla.Test.ValidationRules.RuleContextTests.AddSuccessResultDoesNotFail ( )

Definition at line 996 of file ValidationTests.cs.

◆ AddWarningResultOnPropertyThrowsErrorWhenMessageIsEmpty()

void Csla.Test.ValidationRules.RuleContextTests.AddWarningResultOnPropertyThrowsErrorWhenMessageIsEmpty ( )

Definition at line 942 of file ValidationTests.cs.

◆ AddWarningResultThrowsErrorWhenMessageIsEmpty()

void Csla.Test.ValidationRules.RuleContextTests.AddWarningResultThrowsErrorWhenMessageIsEmpty ( )

Definition at line 924 of file ValidationTests.cs.

◆ ClassInitialize()

static void Csla.Test.ValidationRules.RuleContextTests.ClassInitialize ( TestContext  context)
static

Definition at line 881 of file ValidationTests.cs.