C# Class System.Data.Tests.Common.DbConnectionStringBuilderTest

Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
DbConnectionStringBuilderTest ( ) : System.Collections

Private Methods

Method Description
Add ( ) : void
AddDuplicateTest ( ) : void
Add_Keyword_Invalid ( ) : void
Add_Keyword_Null ( ) : void
AppendKeyValuePair1 ( ) : void
AppendKeyValuePair1_Builder_Null ( ) : void
AppendKeyValuePair1_Keyword_Empty ( ) : void
AppendKeyValuePair1_Keyword_Null ( ) : void
AppendKeyValuePair2_Builder_Null ( ) : void
AppendKeyValuePair2_Keyword_Empty ( ) : void
AppendKeyValuePair2_Keyword_Null ( ) : void
AppendKeyValuePair2_UseOdbcRules_False ( ) : void
AppendKeyValuePair2_UseOdbcRules_True ( ) : void
AssertValueTest ( string tests1, string tests2, bool useOdbc ) : void
Clear ( ) : void
ConnectionString ( ) : void
ConnectionString_Value_Empty ( ) : void
ContainsKey ( ) : void
ContainsKey_Keyword_Null ( ) : void
EmbeddedCharTest1 ( ) : void
EmbeddedCharTest2 ( ) : void
EmbeddedCharTest3 ( ) : void
EmbeddedCharTest4 ( ) : void
EmbeddedCharTest5 ( ) : void
EmbeddedCharTest6 ( ) : void
EmbeddedChar_ConnectionString_Invalid ( ) : void
EquivalentToTest ( ) : void
ICollectionCopyToTest ( ) : void
Indexer ( ) : void
Indexer_Keyword_Invalid ( ) : void
Indexer_Keyword_NotSupported ( ) : void
Indexer_Keyword_Null ( ) : void
Indexer_Value_Null ( ) : void
ItemTest ( ) : void
NegICollectionCopyToTest ( ) : void
Remove ( ) : void
Remove_Keyword_Null ( ) : void
ToStringTest ( ) : void
TryGetValueTest ( ) : void
TryGetValue_Keyword_Null ( ) : void

Method Details

DbConnectionStringBuilderTest() public method

public DbConnectionStringBuilderTest ( ) : System.Collections
return System.Collections