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

Show file Open project: dotnet/corefx

Public Methods

Method Description
SqlMoneyTest ( ) : Xunit

Private Methods

Method Description
ArithmeticMethods ( ) : void
ArithmeticOperators ( ) : void
CompareTo ( ) : void
Conversions ( ) : void
Create ( ) : void
DecimalToSqlMoney ( ) : void
EqualsMethods ( ) : void
GetHashCodeTest ( ) : void
GetTypeTest ( ) : void
GetXsdTypeTest ( ) : void
Greaters ( ) : void
IntsToSqlMoney ( ) : void
Lessers ( ) : void
NotEquals ( ) : void
Parse ( ) : void
Properties ( ) : void
PublicFields ( ) : void
SqlBooleanToSqlMoney ( ) : void
SqlByteToSqlMoney ( ) : void
SqlDecimalToSqlMoney ( ) : void
SqlDoubleToSqlMoney ( ) : void
SqlMoneyToDecimal ( ) : void
SqlSingleToSqlMoney ( ) : void
SqlStringToSqlMoney ( ) : void
ThanOrEqualOperators ( ) : void
UnaryNegation ( ) : void

Method Details

SqlMoneyTest() public method

public SqlMoneyTest ( ) : Xunit
return Xunit