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

Show file Open project: dotnet/corefx

Public Methods

Method Description
SqlSingleTest ( ) : Xunit

Private Methods

Method Description
ArithmeticMethods ( ) : void
ArithmeticOperators ( ) : void
ByteToSqlSingle ( ) : void
CompareTo ( ) : void
Conversions ( ) : void
Create ( ) : void
EqualsMethods ( ) : void
GetHashCodeTest ( ) : void
GetTypeTest ( ) : void
GetXsdTypeTest ( ) : void
Greaters ( ) : void
Lessers ( ) : void
NotEquals ( ) : void
Parse ( ) : void
Properties ( ) : void
PublicFields ( ) : void
SingleToSqlSingle ( ) : void
SqlBooleanToSqlSingle ( ) : void
SqlDecimalToSqlSingle ( ) : void
SqlDoubleToSqlSingle ( ) : void
SqlIntToSqlSingle ( ) : void
SqlMoneyToSqlSingle ( ) : void
SqlSingleToSingle ( ) : void
SqlStringToSqlSingle ( ) : void
ThanOrEqualOperators ( ) : void
UnaryNegation ( ) : void

Method Details

SqlSingleTest() public method

public SqlSingleTest ( ) : Xunit
return Xunit