C# Class System.Data.Tests.DataSetTest

Inheritance: DataSetAssertion, IDisposable
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
DataSetTest ( ) : Xunit
Dispose ( ) : void
GetChanges_Relations_DifferentRowStatesTest ( ) : void
SerializeDataSet3 ( ) : void

Private Methods

Method Description
Bug420862 ( ) : void
CloneCopy ( ) : void
CloneCopy2 ( ) : void
CloneCopy_TestForeignKeyConstraints ( ) : void
CloneSubClassTest ( ) : void
CompareTables ( DataSet dsLoad ) : void
CreateDataReader1 ( ) : void
CreateDataReader2 ( ) : void
CreateDataReader3 ( ) : void
CreateDataReaderNoTable ( ) : void
DataSetClearTest ( ) : void
DeserializeDataSet ( ) : void
DeserializeModifiedDataSet ( ) : void
IgnoreColumnEmptyNamespace ( ) : void
Load_Basic ( ) : void
Load_StringsAsc ( ) : void
Load_StringsDesc ( ) : void
Load_StringsNew ( ) : void
Load_StringsNewMerge ( ) : void
Load_TableConflictF ( ) : void
Load_TableConflictT ( ) : void
Load_TableUnknown ( ) : void
OwnWriteXmlSchema ( ) : void
Properties ( ) : void
ReadDiff ( ) : void
ReadWriteXml ( ) : void
ReadWriteXml2 ( ) : void
ReadWriteXml3 ( ) : void
ReadWriteXmlDiffGram ( ) : void
ReadXmlSchema ( ) : void
RuleTest ( ) : void
SerializeDataSet ( ) : void
SerializeDataSet2 ( ) : void
WriteNestedTableXml ( ) : void
WriteXmlEscapeName ( ) : void
WriteXmlExtendedProperties ( ) : void
WriteXmlModeSchema ( ) : void
WriteXmlModeSchema1 ( ) : void
WriteXmlSchema ( ) : void
WriteXmlSchema2 ( ) : void
WriteXmlSchema3 ( ) : void
WriteXmlSchema4 ( ) : void
WriteXmlSchema5 ( ) : void
WriteXmlSchema6 ( ) : void
WriteXmlSchema7 ( ) : void
WriteXmlToStream ( ) : void
WtiteXmlEncodedXml ( ) : void
fillErrorHandler ( object sender, FillErrorEventArgs e ) : void
localSetup ( ) : void

Method Details

DataSetTest() public method

public DataSetTest ( ) : Xunit
return Xunit

Dispose() public method

public Dispose ( ) : void
return void

GetChanges_Relations_DifferentRowStatesTest() public method

public GetChanges_Relations_DifferentRowStatesTest ( ) : void
return void

SerializeDataSet3() public method

public SerializeDataSet3 ( ) : void
return void