Java Doc for SerializationStressTest5.java in » Apache-Harmony-Java-SE » org-package » org » apache » harmony » luni » tests » java » io » 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.luni.tests.java.io
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.apache.harmony.luni.tests.java.io
.SerializationStressTest
org.apache.harmony.luni.tests.java.io
.SerializationStressTest5
SerializationStressTest5
public
class SerializationStressTest5 extends
SerializationStressTest
(Code)
Field Summary
transient
Object
[][]
args
transient
Throwable
current
transient
Vector
<
Class
>
missedV
transient
Class
[][]
params
Constructor Summary
public
SerializationStressTest5
(
String
name)
Method Summary
public
String
getDumpName
()
public
void
test_writeObject_Throwables
()
Field Detail
args
transient
Object
[][] args
(Code)
current
transient
Throwable
current
(Code)
missedV
transient
Vector
<
Class
> missedV
(Code)
params
transient
Class
[][] params
(Code)
Constructor Detail
SerializationStressTest5
public
SerializationStressTest5(
String
name)
(Code)
Method Detail
getDumpName
public
String
getDumpName()
(Code)
test_writeObject_Throwables
public
void test_writeObject_Throwables()
(Code)
Fields inherited from
org.apache.harmony.luni.tests.java.io.SerializationStressTest
final static
List
<
String
> ALIST
(Code)
(Java Doc)
final static
Calendar
CALENDAR
(Code)
(Java Doc)
final static
java.text.ChoiceFormat
CHOICE
(Code)
(Java Doc)
final static
java.text.DateFormat
DATEFORM
(Code)
(Java Doc)
final
protected
static boolean DEBUG
(Code)
(Java Doc)
final static
String
FOO
(Code)
(Java Doc)
final static
IdentityHashMap
<
String
,
String
> IDENTITYMAP
(Code)
(Java Doc)
final static
LinkedList
<
String
> LINKEDLIST
(Code)
(Java Doc)
final static
LinkedHashMap
<
String
,
String
> LINKEDMAP
(Code)
(Java Doc)
final static
LinkedHashSet
<
String
> LINKEDSET
(Code)
(Java Doc)
final static
List
<
String
> LIST
(Code)
(Java Doc)
final static
Map
<
String
,
String
> MAP
(Code)
(Java Doc)
final static
java.text.MessageFormat
MESSAGE
(Code)
(Java Doc)
final static
String
MSG_TEST_FAILED
(Code)
(Java Doc)
final static
java.text.NumberFormat
NUMBERFORM
(Code)
(Java Doc)
final static
Permission
PERM
(Code)
(Java Doc)
final static
PermissionCollection
PERMCOL
(Code)
(Java Doc)
final static
Set
<
String
> SET
(Code)
(Java Doc)
final static
SortedSet
<
String
> SORTSET
(Code)
(Java Doc)
final static
Map
<
String
,
String
> TABLE
(Code)
(Java Doc)
final static
SimpleTimeZone
TIME_ZONE
(Code)
(Java Doc)
final static
SortedMap
<
String
,
String
> TREE
(Code)
(Java Doc)
protected
transient
ByteArrayOutputStream
bao
(Code)
(Java Doc)
protected
transient int dumpCount
(Code)
(Java Doc)
protected
transient
ObjectInputStream
ois
(Code)
(Java Doc)
protected
transient
ObjectOutputStream
oos
(Code)
(Java Doc)
protected
static
String
xFileName
(Code)
(Java Doc)
protected
static boolean xdump
(Code)
(Java Doc)
protected
static boolean xload
(Code)
(Java Doc)
Methods inherited from
org.apache.harmony.luni.tests.java.io.SerializationStressTest
protected
void dump(
Object
o) throws
IOException
,
ClassNotFoundException
(Code)
(Java Doc)
protected
Object
dumpAndReload(
Object
o) throws
IOException
,
ClassNotFoundException
(Code)
(Java Doc)
public
String
getDumpName()
(Code)
(Java Doc)
protected
InputStream
loadStream() throws
IOException
(Code)
(Java Doc)
protected
Object
reload() throws
IOException
,
ClassNotFoundException
(Code)
(Java Doc)
protected
void setUp()
(Code)
(Java Doc)
protected
void t_MixPrimitivesAndObjects() throws
IOException
,
ClassNotFoundException
(Code)
(Java Doc)
protected
void tearDown()
(Code)
(Java Doc)
public
void test_10_writeByte()
(Code)
(Java Doc)
public
void test_11_writeBytes()
(Code)
(Java Doc)
public
void test_12_writeChar()
(Code)
(Java Doc)
public
void test_13_writeChars()
(Code)
(Java Doc)
public
void test_14_writeDouble()
(Code)
(Java Doc)
public
void test_15_writeFloat()
(Code)
(Java Doc)
public
void test_16_writeInt()
(Code)
(Java Doc)
public
void test_17_writeLong()
(Code)
(Java Doc)
public
void test_19_writeShort()
(Code)
(Java Doc)
public
void test_1_Constructor() throws
Exception
(Code)
(Java Doc)
public
void test_1_resolveObject()
(Code)
(Java Doc)
public
void test_1_writeReplace()
(Code)
(Java Doc)
public
void test_20_writeUTF()
(Code)
(Java Doc)
public
void test_25_available()
(Code)
(Java Doc)
public
void test_2_close()
(Code)
(Java Doc)
public
void test_2_resolveObject()
(Code)
(Java Doc)
public
void test_2_writeReplace()
(Code)
(Java Doc)
public
void test_3_defaultWriteObject()
(Code)
(Java Doc)
public
void test_3_resolveObject()
(Code)
(Java Doc)
public
void test_4_flush()
(Code)
(Java Doc)
public
void test_4_resolveObject()
(Code)
(Java Doc)
public
void test_5_reset()
(Code)
(Java Doc)
public
void test_5_resolveObject()
(Code)
(Java Doc)
public
void test_6_write()
(Code)
(Java Doc)
public
void test_6a_write()
(Code)
(Java Doc)
public
void test_7_write()
(Code)
(Java Doc)
public
void test_8_write()
(Code)
(Java Doc)
public
void test_9_writeBoolean()
(Code)
(Java Doc)
public
void test_reset()
(Code)
(Java Doc)
public
void test_resolveClass()
(Code)
(Java Doc)
public
void test_serialVersionUID(
Class
clazz, long svUID) throws
Exception
(Code)
(Java Doc)
w___w_w__.___j__a___v__a2___s__.___com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.