C# Класс Catel.Test.Data.ModelBaseTest

Показать файл Открыть проект

Приватные методы

Метод Описание
AttributeValidation_DoNotValidate ( ) : void
CleanUp ( ) : void
CreateAndVerifyPropertiesOnInheritedClass ( ) : void
DefaultValues_ReferenceType_DefaultValueViaCallback ( ) : void
DefaultValues_ReferenceType_DefaultValueViaValue ( ) : void
DefaultValues_ReferenceType_DefaultValueViaValue_DifferentInstanceForAllClasses ( ) : void
DefaultValues_ReferenceType_DefaultValueViaValue_SameInstanceForAllClasses ( ) : void
DefaultValues_ReferenceType_NoDefaultValue ( ) : void
DefaultValues_ValueType_DefaultValueViaCallback ( ) : void
DefaultValues_ValueType_DefaultValueViaValue ( ) : void
DefaultValues_ValueType_NoDefaultValue ( ) : void
EqualsLevel1 ( ) : void
EqualsLevel2 ( ) : void
EqualsLevel3 ( ) : void
Equals_AreNotEqual ( ) : void
Equals_DifferentClassesEqualProperties ( ) : void
Equals_Generic ( ) : void
Equals_Generic_Null ( ) : void
GetValue_ExistingProperty ( ) : void
GetValue_NonExistingProperty ( ) : void
GetValue_Null ( ) : void
Initialize ( ) : void
InitializePropertyAfterConstruction_DoubleInstanceConstruction ( ) : void
InitializePropertyAfterConstruction_Null ( ) : void
InitializePropertyAfterConstruction_SingleInstanceConstruction ( ) : void
InvokePropertyChangedForAllRegisteredProperties ( ) : void
IsDirtyWithChildrenWhenSavingChild ( ) : void
IsDirtyWithChildrenWhenSavingParent ( ) : void
NotifyPropertyChanged_Automatic ( ) : void
NotifyPropertyChanged_ManualByExpression ( ) : void
NotifyPropertyChanged_ManualByStringLiteral ( ) : void
NotifyPropertyChanged_OldValueSupport ( ) : void
NotifyPropertyChanging ( ) : void
NotifyPropertyChangingDoesNotCallForEqualPropertyValue ( ) : void
NotifyPropertyChangingPreventsSetValue ( ) : void
PropertiesAreActuallyRegistered ( ) : void
PropertiesAreActuallyRegisteredWithDefaultValues ( ) : void
PropertiesAreActuallyRegisteredWithTheSpecifiedConfigurationForSerializationAndBackup ( ) : void
PropertiesAreRegisteredWithGenerics ( ) : void
PropertiesAreRegisteredWithPropertyChangeNotification ( ) : void
ReadOnlyTest ( ) : void
SaveObjectToMemoryStream ( ISavableModel obj, ISerializationConfiguration configuration = null ) : void

Saves the object to memory stream so the IModel.IsDirty property is set to false.

TestParentAndChildRelationsWhenBinaryDeserializing ( ) : void
TestParentAndChildRelationsWhenCreating ( ) : void
TestParentAndChildRelationsWhenXmlDeserializing ( ) : void