C# Class Dibware.StoredProcedureFramework.Tests.UnitTests.StoredProcedureTests

Exibir arquivo Open project: dibley1973/StoredProcedureFramework

Private Methods

Method Description
ConstructWithEmptyProcedureAndSchemaName_ThrowsArgumentOutOfRangeException ( ) : void
ConstructWithEmptyProcedureName_ThrowsArgumentOutOfRangeException ( ) : void
ConstructWithNullProcedureAndSchemaName_ThrowsArgumentNullException ( ) : void
ConstructWithNullProcedureName_ThrowsException ( ) : void
ConstructWithProcedureAndEmptySchemaName_ThrowsArgumentOutOfRangeException ( ) : void
ConstructWithProcedureAndNullSchemaName_ThrowsArgumentNullException ( ) : void
ConstructWithProcedureAndSchemaName_CheckProcedureNameProperty_ReturnsCorrect ( ) : void
ConstructWithProcedureAndSchemaName_CheckSchemaNameProperty_ReturnsCorrect ( ) : void
ConstructWithProcedureName_CheckProcedureNameProperty_ReturnsCorrect ( ) : void
ConstructWithProcedureName_CheckSchemaNameProperty_ReturnsDefault ( ) : void
EnsureFullyConstructed_WhenConstructedWithParamerters_DoesNotThrowException ( ) : void
EnsureFullyConstructed_WhenNotFullyConstructed_ThrowsException ( ) : void
GetTwoPartName_WhenConstructedWithProcedureName_ReturnsCorrectly ( ) : void
GetTwoPartName_WhenConstructedWithoutProcedureName_ReturnsCorrectly ( ) : void
GetTwoPartNamed_WhenNotFullyConstructed_ThrowsException ( ) : void
HasNullStoredProcedureParameters_WhenProcedureHasNullStoredProcedureParameters_ReturnsTrue ( ) : void
HasNullStoredProcedureParameters_WhenProceduredDoesNotHaveNullStoredProcedureParameters_ReturnsFalse ( ) : void
IsFullyConstructed_WhenNameSet_ReturnsTrue ( ) : void
IsFullyConstructed_WhenProcedureNameNotSet_ReturnsTrue ( ) : void
ParametersType_WhenProcedureConstructed_ReturnsCorrectType ( ) : void
ReturnType_WhenProcedureConstructed_ReturnsCorrectType ( ) : void
SetName_WithInvalidValue_ThrowsArgumentOutOfRangeException ( ) : void
SetName_WithNullValue_ThrowsArgumentNullException ( ) : void
SetName_WithValidValue_CheckNameProperty_ReturnsCorrect ( ) : void
SetSchema_WithInvalidValue_ThrowsArgumentOutOfRangeException ( ) : void
SetSchema_WithNullValue_ThrowsArgumentNullException ( ) : void
SetSchema_WithValidValue_CheckSchemaProperty_ReturnsCorrect ( ) : void
StoredProcedureConstructuedWithNameAndSchema_IsFullyConstructed ( ) : void
StoredProcedureConstructuedWithName_IsFullyConstructed ( ) : void
StoredProcedureWithAttributes_IsFullyConstructed ( ) : void
StoredProcedureWithoutAttributesAndNameNotSet_IsFullyConstructed ( ) : void