C# Class Dev2.Sql.Tests.SqlServerTests

Show file Open project: Warewolf-ESB/Warewolf

Private Methods

Method Description
SqlServer_Connect_CommandTextIsNull_ThrowsArgumentNullException ( ) : void
SqlServer_Connect_ConnectionStringIsInvalid_ThrowsArgumentException ( ) : void
SqlServer_Connect_ConnectionStringIsNull_ThrowsArgumentNullException ( ) : void
SqlServer_Connect_SetsCommandType ( ) : void
SqlServer_CreateCommand_ConnectionNotInitialized_ThrowsConnectFirstException ( ) : void
SqlServer_CreateCommand_CreateCommand ( ) : void
SqlServer_FetchDataSet_CallsNestedFactory ( ) : void
SqlServer_FetchDataSet_CallsNestedFactory_ParamsOnly_UsesNestedCommand ( ) : void
SqlServer_FetchDataSet_CommandIsNull_ThrowsArgumentNullException ( ) : void
SqlServer_FetchDataSet_ConnectionNotInitialized_ThrowsConnectFirstException ( ) : void
SqlServer_FetchDataTable_AddParams_VerifyAllAdded ( ) : void
SqlServer_FetchDataTable_CommandIsNull_ThrowsArgumentNullException ( ) : void
SqlServer_FetchDataTable_ConnectionNotInitialized_ThrowsConnectFirstException ( ) : void
SqlServer_FetchDataTable_ConnectionsString ( ) : void
SqlServer_FetchDataTable_ConnectionsStringNull ( ) : void
SqlServer_FetchDataTable_OnException ( ) : void
SqlServer_FetchDatabases_CallsSchemaFunctionWithCorrectyParams ( ) : void
SqlServer_FetchDatabases_ConnectionNotInitialized_ThrowsConnectFirstException ( ) : void
SqlServer_FetchDatabases_OnException ( ) : void
SqlServer_FetchStoredProcedures_BeginTransaction ( ) : void
SqlServer_FetchStoredProcedures_Connect_VerifyUnderlyingConnectionIsCalled ( ) : void
SqlServer_FetchStoredProcedures_EmptyReturnsNothing ( ) : void
SqlServer_FetchStoredProcedures_FuncReturnsSPs ( ) : void
SqlServer_FetchStoredProcedures_FunctionProcessorIsNull_ThrowsArgumentNullException ( ) : void
SqlServer_FetchStoredProcedures_RollbackTransaction ( ) : void
SqlServer_FetchStoredProcedures_SPReturnsSPs ( ) : void
SqlServer_FetchStoredProcedures_TableValuesProcFuncReturnsSPs ( ) : void
SqlServer_FetchStoredProcedures_TableValuesProcWithParamsFuncReturnsSPs ( ) : void
SqlServer_IsFunction_InvalidRow ( ) : void
SqlServer_IsSP_InvalidRow ( ) : void
SqlServer_IsTableValueFunction_InvalidRow ( ) : void