C# Class System.Data.Tests.SqlTypes.SqlDoubleTest

Inheritance: IDisposable
Show file Open project: dotnet/corefx

Public Methods

Method Description
Dispose ( ) : void
SqlDoubleTest ( ) : System.Data.SqlTypes

Private Methods

Method Description
ArithmeticMethods ( ) : void
ArithmeticOperators ( ) : void
ByteToSqlDouble ( ) : void
CompareTo ( ) : void
Conversions ( ) : void
Create ( ) : void
DoubleToSqlDouble ( ) : void
EqualsMethods ( ) : void
GetHashCodeTest ( ) : void
GetTypeTest ( ) : void
GetXsdTypeTest ( ) : void
Greaters ( ) : void
Lessers ( ) : void
NotEquals ( ) : void
Parse ( ) : void
Properties ( ) : void
PublicFields ( ) : void
ReadWriteXmlTest ( ) : void
ReadWriteXmlTestInternal ( string xml, double testval, string unit_test_id ) : void
SqlBooleanToSqlDouble ( ) : void
SqlDecimalToSqlDouble ( ) : void
SqlDoubleToDouble ( ) : void
SqlIntToSqlDouble ( ) : void
SqlMoneyToSqlDouble ( ) : void
SqlSingleToSqlDouble ( ) : void
SqlStringToSqlDouble ( ) : void
ThanOrEqualOperators ( ) : void
UnaryNegation ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SqlDoubleTest() public method

public SqlDoubleTest ( ) : System.Data.SqlTypes
return System.Data.SqlTypes