Java Doc for ComplexFormatAbstractTest.java in » Science » Apache-commons-math-1.1 » org » apache » commons » math » complex » 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
»
Science
»
Apache commons math 1.1
»
org.apache.commons.math.complex
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.apache.commons.math.complex
.ComplexFormatAbstractTest
All known Subclasses:
org.apache.commons.math.complex
.ComplexFormatTest
,
org.apache.commons.math.complex
.FrenchComplexFormatTest
,
ComplexFormatAbstractTest
abstract
public
class ComplexFormatAbstractTest extends TestCase
(Code)
Field Summary
ComplexFormat
complexFormat
ComplexFormat
complexFormatJ
Method Summary
abstract
protected
char
getDecimalCharacter
()
abstract
protected
Locale
getLocale
()
protected
void
setUp
()
public
void
testConstructorSingleFormat
()
public
void
testDifferentImaginaryChar
()
public
void
testFormatNumber
()
public
void
testFormatObject
()
public
void
testGetImaginaryFormat
()
public
void
testGetRealFormat
()
public
void
testNan
()
public
void
testNegativeBoth
()
public
void
testNegativeImaginary
()
public
void
testNegativeInfinity
()
public
void
testNegativeReal
()
public
void
testParseDifferentImaginaryChar
()
public
void
testParseNan
()
public
void
testParseNegativeBoth
()
public
void
testParseNegativeImaginary
()
public
void
testParseNegativeReal
()
public
void
testParsePositiveInfinity
()
public
void
testParseSimpleNoDecimals
()
public
void
testParseSimpleWithDecimals
()
public
void
testParseSimpleWithDecimalsTrunc
()
public
void
testParseZeroImaginary
()
public
void
testParseZeroReal
()
public
void
testPaseNegativeInfinity
()
public
void
testPositiveInfinity
()
public
void
testSetImaginaryCharacterEmpty
()
public
void
testSetImaginaryCharacterNull
()
public
void
testSetImaginaryFormatNull
()
public
void
testSetRealFormatNull
()
public
void
testSimpleNoDecimals
()
public
void
testSimpleWithDecimals
()
public
void
testSimpleWithDecimalsTrunc
()
public
void
testStaticFormatComplex
()
public
void
testZeroImaginary
()
public
void
testZeroReal
()
Field Detail
complexFormat
ComplexFormat
complexFormat
(Code)
complexFormatJ
ComplexFormat
complexFormatJ
(Code)
Method Detail
getDecimalCharacter
abstract
protected
char getDecimalCharacter()
(Code)
getLocale
abstract
protected
Locale
getLocale()
(Code)
setUp
protected
void setUp() throws
Exception
(Code)
testConstructorSingleFormat
public
void testConstructorSingleFormat()
(Code)
testDifferentImaginaryChar
public
void testDifferentImaginaryChar()
(Code)
testFormatNumber
public
void testFormatNumber()
(Code)
testFormatObject
public
void testFormatObject()
(Code)
testGetImaginaryFormat
public
void testGetImaginaryFormat()
(Code)
testGetRealFormat
public
void testGetRealFormat()
(Code)
testNan
public
void testNan()
(Code)
testNegativeBoth
public
void testNegativeBoth()
(Code)
testNegativeImaginary
public
void testNegativeImaginary()
(Code)
testNegativeInfinity
public
void testNegativeInfinity()
(Code)
testNegativeReal
public
void testNegativeReal()
(Code)
testParseDifferentImaginaryChar
public
void testParseDifferentImaginaryChar()
(Code)
testParseNan
public
void testParseNan()
(Code)
testParseNegativeBoth
public
void testParseNegativeBoth()
(Code)
testParseNegativeImaginary
public
void testParseNegativeImaginary()
(Code)
testParseNegativeReal
public
void testParseNegativeReal()
(Code)
testParsePositiveInfinity
public
void testParsePositiveInfinity()
(Code)
testParseSimpleNoDecimals
public
void testParseSimpleNoDecimals()
(Code)
testParseSimpleWithDecimals
public
void testParseSimpleWithDecimals()
(Code)
testParseSimpleWithDecimalsTrunc
public
void testParseSimpleWithDecimalsTrunc()
(Code)
testParseZeroImaginary
public
void testParseZeroImaginary()
(Code)
testParseZeroReal
public
void testParseZeroReal()
(Code)
testPaseNegativeInfinity
public
void testPaseNegativeInfinity()
(Code)
testPositiveInfinity
public
void testPositiveInfinity()
(Code)
testSetImaginaryCharacterEmpty
public
void testSetImaginaryCharacterEmpty()
(Code)
testSetImaginaryCharacterNull
public
void testSetImaginaryCharacterNull()
(Code)
testSetImaginaryFormatNull
public
void testSetImaginaryFormatNull()
(Code)
testSetRealFormatNull
public
void testSetRealFormatNull()
(Code)
testSimpleNoDecimals
public
void testSimpleNoDecimals()
(Code)
testSimpleWithDecimals
public
void testSimpleWithDecimals()
(Code)
testSimpleWithDecimalsTrunc
public
void testSimpleWithDecimalsTrunc()
(Code)
testStaticFormatComplex
public
void testStaticFormatComplex()
(Code)
testZeroImaginary
public
void testZeroImaginary()
(Code)
testZeroReal
public
void testZeroReal()
(Code)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.