C# Class System.Data.Tests.DataSetReadXmlSchemaTest

Inheritance: DataSetAssertion, IDisposable
Show file Open project: dotnet/corefx

Public Methods

Method Description
DataSetReadXmlSchemaTest ( ) : System.IO
Dispose ( ) : void

Private Methods

Method Description
AutoIncrementStep ( ) : void
CreateTestSet ( ) : DataSet
ElementHasIdentityConstraint ( ) : void
IsDataSetAndTypeIgnored ( ) : void
IsDataSetOnLocalElementIgnored ( ) : void
LocaleOnRootWithoutIsDataSet ( ) : void
NestedReferenceNotAllowed ( ) : void
PrefixedTargetNS ( ) : void
ReadAnnotatedRelations_MultipleColumns ( ) : void
ReadConstraints ( ) : void
ReadTest1 ( ) : void
ReadTest1Check ( DataSet ds ) : void
RepeatableSimpleElement ( ) : void
SimpleTypeComponentsIgnored ( ) : void
SingleElementTreatmentDifference ( ) : void
SuspiciousDataSetElement ( ) : void
TestAnnotatedRelation1 ( ) : void
TestAnnotatedRelation2 ( ) : void
TestMoreThanOneRepeatableColumns ( ) : void
TestSampleFileComplexTables ( ) : void
TestSampleFileComplexTables3 ( ) : void
TestSampleFileNoTables ( ) : void
TestSampleFileSimpleTables ( ) : void
TestSampleFileXPath ( ) : void
UnusedComplexTypesIgnored ( ) : void

Method Details

DataSetReadXmlSchemaTest() public method

public DataSetReadXmlSchemaTest ( ) : System.IO
return System.IO

Dispose() public method

public Dispose ( ) : void
return void