C# Class MonoTests.System.DecimalTest

Inheritance: NUnit.Framework.Assertion
Datei anzeigen Open project: kumpera/mono

Public Methods

Method Description
TestConstructSingleRounding ( ) : void

Private Methods

Method Description
CastTruncRounding ( ) : void
Divide ( ) : void
Divide_ByZero ( ) : void
FixtureSetUp ( ) : void
FixtureTearDown ( ) : void
MidpointRoundingAwayFromZero ( ) : void
ParseAndKeepPrecision ( ) : void
ParseFractions ( ) : void
ParseInt64 ( ) : void
Parse_Int64_Overflow ( ) : void
Remainder ( ) : void
Remainder2 ( ) : void
Remainder_ByZero ( ) : void
Round_EvenValue ( ) : void
Round_EvenValue_Negative ( ) : void
Round_InvalidDecimals_Negative ( ) : void
Round_InvalidDecimals_TooHigh ( ) : void
Round_OddValue ( ) : void
Round_OddValue_Negative ( ) : void
TestBrokenNFI ( ) : void
TestConstants ( ) : void
TestConstructDouble ( ) : void
TestConstructDoubleRound ( ) : void
TestConstructInt32 ( ) : void
TestConstructInt64 ( ) : void
TestConstructSingle ( ) : void
TestConstructSingleRounding_NowWorking ( ) : void
TestConstructUInt32 ( ) : void
TestConstructUInt64 ( ) : void
TestCurrencyPattern ( ) : void
TestFloorTruncate ( ) : void
TestNegate ( ) : void
TestNumberNegativePattern ( ) : void
TestParse ( ) : void
TestPartConstruct ( ) : void
TestPercentPattern ( ) : void
TestRound ( ) : void
TestRoundFailures ( ) : void
TestToString ( ) : void
ToByte ( ) : void
ToDouble ( ) : void
ToInt16 ( ) : void
ToInt32 ( ) : void
ToInt64 ( ) : void
ToInt64_TooBig ( ) : void
ToInt64_TooSmall ( ) : void
ToSByte ( ) : void
ToSingle ( ) : void
ToString_Defaults ( ) : void
ToString_G ( ) : void
ToUInt16 ( ) : void
ToUInt32 ( ) : void
ToUInt64 ( ) : void
Truncate ( ) : void
TryParse ( ) : void

Method Details

TestConstructSingleRounding() public method

public TestConstructSingleRounding ( ) : void
return void