C# 클래스 MonoTests.System.DecimalTest

상속: NUnit.Framework.Assertion
파일 보기 프로젝트 열기: kumpera/mono

공개 메소드들

메소드 설명
TestConstructSingleRounding ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

TestConstructSingleRounding() 공개 메소드

public TestConstructSingleRounding ( ) : void
리턴 void