C# Class TechSmith.Hyde.Test.TableItemTest

Mostra file Open project: TechSmith/hyde

Private Methods

Method Description
CreateAndIgnoreReservedProperties_DyanmicEntityWithKeysProvidedAndMatchingPartitionKeyProperty_ReturnsItemWithPartitionKey ( ) : void
CreateAndIgnoreReservedProperties_DyanmicEntityWithKeysProvidedAndMatchingRowKeyProperty_ReturnsItemWithRowKey ( ) : void
CreateAndIgnoreReservedProperties_DynamicEntityWithKeyProperties_ReturnsItemWithCorrectKeys ( ) : void
CreateAndIgnoreReservedProperties_DynamicEntityWithKeysProvidedAndConflictingPartitionKeyProperty_ThrowsArgumentException ( ) : void
CreateAndIgnoreReservedProperties_DynamicEntityWithKeysProvidedAndConflictingRowKeyProperty_ThrowsArgumentException ( ) : void
CreateAndIgnoreReservedProperties_DynamicEntityWithoutPartitionKey_ThrowsArgumentException ( ) : void
CreateAndIgnoreReservedProperties_DynamicEntityWithoutRowKey_ThrowsArgumentException ( ) : void
CreateAndIgnoreReservedProperty_HasTimestampProperty_IgnoresTimestampValue ( ) : void
CreateAndIgnoreReservedProperty_KeysProvidedAndHasADifferentParitionKeyProperty_ThrowsArgumentException ( ) : void
CreateAndThrowOnReservedProperties_DynamicEntityWithKeyProperties_ThrowsInvalidEntityException ( ) : void
CreateAndThrowOnReservedProperties_DynamicEntityWithReservedPropertiesAndKeysProvided_ThrowsInvalidEntityException ( ) : void
CreateAndThrowOnReservedProperty_KeysProvidedAndHasReservedProperty_ThrowsInvalidEntityException ( ) : void
CreateAndThrowOnReservedProperty_KeysProvidedAndNoReservedProperties_KeysSetCorrectly ( ) : void
Create_DecoratedItemWithoutETag_TableItemDoesNotIncludeETag ( ) : void
Create_DynamicEntityAndKeysProvided_ItemCreatedWithCorrectProperties ( ) : void
Create_DynamicEntityAndKeysProvided_ItemCreatedWithKeys ( ) : void
Create_DynamicEntityWithETag_ItemCreatedWithETag ( ) : void
Create_DynamicWithoutETag_ItemCreatedWithNullETag ( ) : void
Create_ETagDecoratedItem_ETagIncludedWithTableItem ( ) : void
Create_KeysNotProvidedAndEntityHasDecoratedKeyProperties_ItemCreatedWithKeys ( ) : void
Create_KeysNotProvidedAndEntityHasNoPartitionKey_ThrowsArgumentException ( ) : void
Create_KeysNotProvidedAndEntityHasNoRowKey_ThrowsArgumentException ( ) : void
Create_KeysProvidedAndEntityHasDecoratedKeyPropertiesWithMatchingValues_ItemCreatedWithKeys ( ) : void
Create_KeysProvidedAndEntityHasDecoratedPartitionKeyPropertyWithDifferentValue_ThrowsArgumentException ( ) : void
Create_KeysProvidedAndEntityHasDecoratedRowKeyPropertyWithDifferentValue_ThrowsArgumentException ( ) : void
Create_ValidEntity_PropertiesSetCorrectly ( ) : void