C# Class System.Data.Tests.DataColumnCollectionTest2

Show file Open project: dotnet/corefx

Public Methods

Method Description
NotReadyTestContains_S2 ( ) : void

Private Methods

Method Description
Add ( ) : void
AddRange_DataColumn1 ( ) : void
AddRange_DataColumn2 ( ) : void
Add_DataColumn1 ( ) : void
Add_DataColumn2 ( ) : void
Add_DataColumn3 ( ) : void
Add_String1 ( ) : void
Add_String2 ( ) : void
Clear1 ( ) : void
Clear2 ( ) : void
Clear3 ( ) : void
Columns_CollectionChanged ( object sender, CollectionChangeEventArgs e ) : void
Columns_CollectionChanged1 ( object sender, CollectionChangeEventArgs e ) : void
Count ( ) : void
DataColumnCollection_AddRange_DataColumn3 ( ) : void
GetBadDataColumArray ( ) : DataColumn[]
GetDataColumArray ( ) : DataColumn[]
GetEnumerator ( ) : void
Indexer1 ( ) : void
Indexer1_Index_Negative ( ) : void
Indexer1_Index_Overflow ( ) : void
Indexer2 ( ) : void
Indexer2_Name_Empty ( ) : void
Indexer2_Name_Null ( ) : void
Remove ( ) : void
RemoveAt_Integer ( ) : void
TestAdd_ByTableName ( ) : void
TestAdd_CollectionChanged ( ) : void
TestCanRemove_ByDataColumn ( ) : void
TestCanRemove_Expression ( ) : void
TestCanRemove_ForigenConstraint ( ) : void
TestCanRemove_ParentRelations ( ) : void
TestContains_ByColumnName ( ) : void
TestIndexOf_ByColumnName ( ) : void
TestIndexOf_ByDataColumn ( ) : void
TestRemove_ByDataColumn ( ) : void
TestRemove_CollectionChanged ( ) : void
TestSetName_CollectionChanged ( ) : void
Test_Indexes ( ) : void
initTable ( ) : DataTable

Method Details

NotReadyTestContains_S2() public method

public NotReadyTestContains_S2 ( ) : void
return void