Java Doc for BigDecimalConvertTest.java in » Apache-Harmony-Java-SE » org-package » org » apache » harmony » tests » java » math » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
Apache Harmony Java SE
»
org package
»
org.apache.harmony.tests.java.math
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.apache.harmony.tests.java.math
.BigDecimalConvertTest
BigDecimalConvertTest
public
class BigDecimalConvertTest extends TestCase
(Code)
Class: java.math.BigDecimal Methods: doubleValue, floatValue, intValue, longValue, valueOf, toString, toBigInteger
Method Summary
public
void
testDoubleValueMinusZero
()
public
void
testDoubleValueNeg
()
public
void
testDoubleValueNegInfinity
()
public
void
testDoubleValuePlusZero
()
public
void
testDoubleValuePos
()
public
void
testDoubleValuePosInfinity
()
public
void
testFloatValueMinusZero
()
public
void
testFloatValueNeg
()
public
void
testFloatValueNegInfinity
()
public
void
testFloatValuePlusZero
()
public
void
testFloatValuePos
()
public
void
testFloatValuePosInfinity
()
public
void
testIntValueNeg
()
public
void
testIntValuePos
()
public
void
testLongValueNeg
()
public
void
testLongValuePos
()
public
void
testScaleByPowerOfTen1
()
public
void
testScaleByPowerOfTen2
()
public
void
testToBigIntegerExact1
()
public
void
testToBigIntegerExactException
()
public
void
testToBigIntegerNeg1
()
public
void
testToBigIntegerNeg2
()
public
void
testToBigIntegerNeg3
()
public
void
testToBigIntegerPos1
()
public
void
testToBigIntegerPos2
()
public
void
testToBigIntegerPos3
()
public
void
testToBigIntegerZero
()
public
void
testToEngineeringStringNeg
()
public
void
testToEngineeringStringPos
()
public
void
testToEngineeringStringZeroNegExponent
()
public
void
testToEngineeringStringZeroPosExponent
()
public
void
testToPlainStringNegNegExp
()
Convert a negative BigDecimal with a negative exponent to a plain string representation; scale == 0.
public
void
testToPlainStringNegPosExp
()
Convert a negative BigDecimal with a positive exponent to a plain string representation; scale == 0.
public
void
testToPlainStringPosNegExp
()
Convert a positive BigDecimal with a negative exponent to a plain string representation; scale == 0.
public
void
testToPlainStringPosPosExp
()
Convert a negative BigDecimal with a negative exponent to a plain string representation; scale == 0.
public
void
testToStringNeg
()
public
void
testToStringPos
()
public
void
testToStringZeroScale
()
Convert a BigDecimal to a string representation; scale == 0.
public
void
testValueOfDoubleNaN
()
public
void
testValueOfDoubleNeg
()
public
void
testValueOfDoublePos1
()
public
void
testValueOfDoublePos2
()
public
void
testValueOfDoublePos3
()
public
void
testValueOfNegScaleNeg
()
public
void
testValueOfNegScalePos
()
public
void
testValueOfNegZeroScale
()
public
void
testValueOfPosScaleNeg
()
public
void
testValueOfPosScalePos
()
public
void
testValueOfPosZeroScale
()
Method Detail
testDoubleValueMinusZero
public
void testDoubleValueMinusZero()
(Code)
Double value of a small negative BigDecimal
testDoubleValueNeg
public
void testDoubleValueNeg()
(Code)
Double value of a negative BigDecimal
testDoubleValueNegInfinity
public
void testDoubleValueNegInfinity()
(Code)
Double value of a large negative BigDecimal
testDoubleValuePlusZero
public
void testDoubleValuePlusZero()
(Code)
Double value of a small positive BigDecimal
testDoubleValuePos
public
void testDoubleValuePos()
(Code)
Double value of a positive BigDecimal
testDoubleValuePosInfinity
public
void testDoubleValuePosInfinity()
(Code)
Double value of a large positive BigDecimal
testFloatValueMinusZero
public
void testFloatValueMinusZero()
(Code)
Float value of a small negative BigDecimal
testFloatValueNeg
public
void testFloatValueNeg()
(Code)
Float value of a negative BigDecimal
testFloatValueNegInfinity
public
void testFloatValueNegInfinity()
(Code)
Float value of a large negative BigDecimal
testFloatValuePlusZero
public
void testFloatValuePlusZero()
(Code)
Float value of a small positive BigDecimal
testFloatValuePos
public
void testFloatValuePos()
(Code)
Float value of a positive BigDecimal
testFloatValuePosInfinity
public
void testFloatValuePosInfinity()
(Code)
Float value of a large positive BigDecimal
testIntValueNeg
public
void testIntValueNeg()
(Code)
Integer value of a negative BigDecimal
testIntValuePos
public
void testIntValuePos()
(Code)
Integer value of a positive BigDecimal
testLongValueNeg
public
void testLongValueNeg()
(Code)
Long value of a negative BigDecimal
testLongValuePos
public
void testLongValuePos()
(Code)
Long value of a positive BigDecimal
testScaleByPowerOfTen1
public
void testScaleByPowerOfTen1()
(Code)
scaleByPowerOfTen(int n)
testScaleByPowerOfTen2
public
void testScaleByPowerOfTen2()
(Code)
scaleByPowerOfTen(int n)
testToBigIntegerExact1
public
void testToBigIntegerExact1()
(Code)
toBigIntegerExact()
testToBigIntegerExactException
public
void testToBigIntegerExactException()
(Code)
toBigIntegerExact()
testToBigIntegerNeg1
public
void testToBigIntegerNeg1()
(Code)
Convert a negative BigDecimal to BigInteger
testToBigIntegerNeg2
public
void testToBigIntegerNeg2()
(Code)
Convert a negative BigDecimal to BigInteger
testToBigIntegerNeg3
public
void testToBigIntegerNeg3()
(Code)
Convert a negative BigDecimal to BigInteger
testToBigIntegerPos1
public
void testToBigIntegerPos1()
(Code)
Convert a positive BigDecimal to BigInteger
testToBigIntegerPos2
public
void testToBigIntegerPos2()
(Code)
Convert a positive BigDecimal to BigInteger
testToBigIntegerPos3
public
void testToBigIntegerPos3()
(Code)
Convert a positive BigDecimal to BigInteger
testToBigIntegerZero
public
void testToBigIntegerZero()
(Code)
Convert a small BigDecimal to BigInteger
testToEngineeringStringNeg
public
void testToEngineeringStringNeg()
(Code)
Convert a negative BigDecimal to an engineering string representation
testToEngineeringStringPos
public
void testToEngineeringStringPos()
(Code)
Convert a positive BigDecimal to an engineering string representation
testToEngineeringStringZeroNegExponent
public
void testToEngineeringStringZeroNegExponent()
(Code)
Convert a negative BigDecimal to an engineering string representation
testToEngineeringStringZeroPosExponent
public
void testToEngineeringStringZeroPosExponent()
(Code)
Convert a negative BigDecimal to an engineering string representation
testToPlainStringNegNegExp
public
void testToPlainStringNegNegExp()
(Code)
Convert a negative BigDecimal with a negative exponent to a plain string representation; scale == 0.
testToPlainStringNegPosExp
public
void testToPlainStringNegPosExp()
(Code)
Convert a negative BigDecimal with a positive exponent to a plain string representation; scale == 0.
testToPlainStringPosNegExp
public
void testToPlainStringPosNegExp()
(Code)
Convert a positive BigDecimal with a negative exponent to a plain string representation; scale == 0.
testToPlainStringPosPosExp
public
void testToPlainStringPosPosExp()
(Code)
Convert a negative BigDecimal with a negative exponent to a plain string representation; scale == 0.
testToStringNeg
public
void testToStringNeg()
(Code)
Convert a negative BigDecimal to a string representation
testToStringPos
public
void testToStringPos()
(Code)
Convert a positive BigDecimal to a string representation
testToStringZeroScale
public
void testToStringZeroScale()
(Code)
Convert a BigDecimal to a string representation; scale == 0.
testValueOfDoubleNaN
public
void testValueOfDoubleNaN()
(Code)
valueOf(Double.NaN)
testValueOfDoubleNeg
public
void testValueOfDoubleNeg()
(Code)
Create a BigDecimal from a negative double value
testValueOfDoublePos1
public
void testValueOfDoublePos1()
(Code)
Create a BigDecimal from a positive double value
testValueOfDoublePos2
public
void testValueOfDoublePos2()
(Code)
Create a BigDecimal from a positive double value
testValueOfDoublePos3
public
void testValueOfDoublePos3()
(Code)
Create a BigDecimal from a positive double value
testValueOfNegScaleNeg
public
void testValueOfNegScaleNeg()
(Code)
Create a BigDecimal from a negative long value; scale is negative
testValueOfNegScalePos
public
void testValueOfNegScalePos()
(Code)
Create a BigDecimal from a negative long value; scale is positive
testValueOfNegZeroScale
public
void testValueOfNegZeroScale()
(Code)
Create a BigDecimal from a negative long value; scale is 0
testValueOfPosScaleNeg
public
void testValueOfPosScaleNeg()
(Code)
Create a BigDecimal from a negative long value; scale is negative
testValueOfPosScalePos
public
void testValueOfPosScalePos()
(Code)
Create a BigDecimal from a negative long value; scale is positive
testValueOfPosZeroScale
public
void testValueOfPosZeroScale()
(Code)
Create a BigDecimal from a positive long value; scale == 0
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.