Java Doc for SerializationStressTest.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

All known Subclasses:   org.apache.harmony.luni.tests.java.io.SerializationStressTest4,  org.apache.harmony.luni.tests.java.io.SerializationStressTest3,  org.apache.harmony.luni.tests.java.io.SerializationStressTest5,  org.apache.harmony.luni.tests.java.io.SerializationStressTest2,  org.apache.harmony.luni.tests.java.io.SerializationStressTest1,
SerializationStressTest
public class SerializationStressTest extends junit.framework.TestCase implements Serializable(Code)
Automated Test Suite for class java.io.ObjectOutputStream

Inner Class :static class WriteReplaceTestA implements Serializable
Inner Class :static class WriteReplaceTestB extends WriteReplaceTestA
Inner Class :static class WriteReplaceTestC extends WriteReplaceTestA
Inner Class :static class WriteReplaceTestD implements Serializable
Inner Class :static class WriteReplaceTestE extends WriteReplaceTestD
Inner Class :static class WriteReplaceTestF implements Serializable
Inner Class :static class ReadResolveTestA implements Serializable
Inner Class :static class ReadResolveTestB extends ReadResolveTestA
Inner Class :static class ReadResolveTestC implements Serializable
Inner Class :static class ReadResolveTestD extends ReadResolveTestC
Inner Class :static class ReadResolveTestE implements Serializable
Inner Class :static class ReadResolveTestF implements Serializable

Field Summary
final static  List<String>ALIST
    
final static  CalendarCALENDAR
    
final static  java.text.ChoiceFormatCHOICE
    
final static  java.text.DateFormatDATEFORM
    
final protected static  booleanDEBUG
    
final static  StringFOO
    
final static  IdentityHashMap<String, String>IDENTITYMAP
    
final static  LinkedList<String>LINKEDLIST
    
final static  LinkedHashMap<String, String>LINKEDMAP
    
final static  LinkedHashSet<String>LINKEDSET
    
final static  List<String>LIST
    
final static  Map<String, String>MAP
    
final static  java.text.MessageFormatMESSAGE
    
final static  StringMSG_TEST_FAILED
    
final static  java.text.NumberFormatNUMBERFORM
    
final static  PermissionPERM
    
final static  PermissionCollectionPERMCOL
    
final static  Set<String>SET
    
final static  SortedSet<String>SORTSET
    
final static  Map<String, String>TABLE
    
final static  SimpleTimeZoneTIME_ZONE
    
final static  SortedMap<String, String>TREE
    
protected transient  ByteArrayOutputStreambao
    
protected transient  intdumpCount
    
protected transient  ObjectInputStreamois
    
protected transient  ObjectOutputStreamoos
    
protected static  StringxFileName
    
protected static  booleanxdump
    
protected static  booleanxload
    

Constructor Summary
public  SerializationStressTest()
    
public  SerializationStressTest(String name)
    

Method Summary
protected  voiddump(Object o)
    
protected  ObjectdumpAndReload(Object o)
    
public  StringgetDumpName()
    
protected  InputStreamloadStream()
    
protected  Objectreload()
    
protected  voidsetUp()
     Sets up the fixture, for example, open a network connection.
protected  voidt_MixPrimitivesAndObjects()
    
protected  voidtearDown()
     Tears down the fixture, for example, close a network connection.
public  voidtest_10_writeByte()
    
public  voidtest_11_writeBytes()
    
public  voidtest_12_writeChar()
    
public  voidtest_13_writeChars()
    
public  voidtest_14_writeDouble()
    
public  voidtest_15_writeFloat()
    
public  voidtest_16_writeInt()
    
public  voidtest_17_writeLong()
    
public  voidtest_19_writeShort()
    
public  voidtest_1_Constructor()
    
public  voidtest_1_resolveObject()
    
public  voidtest_1_writeReplace()
    
public  voidtest_20_writeUTF()
    
public  voidtest_25_available()
    
public  voidtest_2_close()
    
public  voidtest_2_resolveObject()
    
public  voidtest_2_writeReplace()
    
public  voidtest_3_defaultWriteObject()
    
public  voidtest_3_resolveObject()
    
public  voidtest_4_flush()
    
public  voidtest_4_resolveObject()
    
public  voidtest_5_reset()
    
public  voidtest_5_resolveObject()
    
public  voidtest_6_write()
    
public  voidtest_6a_write()
    
public  voidtest_7_write()
    
public  voidtest_8_write()
    
public  voidtest_9_writeBoolean()
    
public  voidtest_reset()
    
public  voidtest_resolveClass()
    
public  voidtest_serialVersionUID(Class clazz, long svUID)
    

Field Detail
ALIST
final static List<String> ALIST(Code)



CALENDAR
final static Calendar CALENDAR(Code)



CHOICE
final static java.text.ChoiceFormat CHOICE(Code)



DATEFORM
final static java.text.DateFormat DATEFORM(Code)



DEBUG
final protected static boolean DEBUG(Code)



FOO
final static String FOO(Code)



IDENTITYMAP
final static IdentityHashMap<String, String> IDENTITYMAP(Code)



LINKEDLIST
final static LinkedList<String> LINKEDLIST(Code)



LINKEDMAP
final static LinkedHashMap<String, String> LINKEDMAP(Code)



LINKEDSET
final static LinkedHashSet<String> LINKEDSET(Code)



LIST
final static List<String> LIST(Code)



MAP
final static Map<String, String> MAP(Code)



MESSAGE
final static java.text.MessageFormat MESSAGE(Code)



MSG_TEST_FAILED
final static String MSG_TEST_FAILED(Code)



NUMBERFORM
final static java.text.NumberFormat NUMBERFORM(Code)



PERM
final static Permission PERM(Code)



PERMCOL
final static PermissionCollection PERMCOL(Code)



SET
final static Set<String> SET(Code)



SORTSET
final static SortedSet<String> SORTSET(Code)



TABLE
final static Map<String, String> TABLE(Code)



TIME_ZONE
final static SimpleTimeZone TIME_ZONE(Code)



TREE
final static SortedMap<String, String> TREE(Code)



bao
protected transient ByteArrayOutputStream bao(Code)



dumpCount
protected transient int dumpCount(Code)



ois
protected transient ObjectInputStream ois(Code)



oos
protected transient ObjectOutputStream oos(Code)



xFileName
protected static String xFileName(Code)



xdump
protected static boolean xdump(Code)



xload
protected static boolean xload(Code)




Constructor Detail
SerializationStressTest
public SerializationStressTest()(Code)



SerializationStressTest
public SerializationStressTest(String name)(Code)




Method Detail
dump
protected void dump(Object o) throws IOException, ClassNotFoundException(Code)



dumpAndReload
protected Object dumpAndReload(Object o) throws IOException, ClassNotFoundException(Code)



getDumpName
public String getDumpName()(Code)



loadStream
protected InputStream loadStream() throws IOException(Code)



reload
protected Object reload() throws IOException, ClassNotFoundException(Code)



setUp
protected void setUp()(Code)
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.



t_MixPrimitivesAndObjects
protected void t_MixPrimitivesAndObjects() throws IOException, ClassNotFoundException(Code)



tearDown
protected void tearDown()(Code)
Tears down the fixture, for example, close a network connection. This method is called after a test is executed.



test_10_writeByte
public void test_10_writeByte()(Code)



test_11_writeBytes
public void test_11_writeBytes()(Code)



test_12_writeChar
public void test_12_writeChar()(Code)



test_13_writeChars
public void test_13_writeChars()(Code)



test_14_writeDouble
public void test_14_writeDouble()(Code)



test_15_writeFloat
public void test_15_writeFloat()(Code)



test_16_writeInt
public void test_16_writeInt()(Code)



test_17_writeLong
public void test_17_writeLong()(Code)



test_19_writeShort
public void test_19_writeShort()(Code)



test_1_Constructor
public void test_1_Constructor() throws Exception(Code)



test_1_resolveObject
public void test_1_resolveObject()(Code)



test_1_writeReplace
public void test_1_writeReplace()(Code)



test_20_writeUTF
public void test_20_writeUTF()(Code)



test_25_available
public void test_25_available()(Code)



test_2_close
public void test_2_close()(Code)



test_2_resolveObject
public void test_2_resolveObject()(Code)



test_2_writeReplace
public void test_2_writeReplace()(Code)



test_3_defaultWriteObject
public void test_3_defaultWriteObject()(Code)



test_3_resolveObject
public void test_3_resolveObject()(Code)



test_4_flush
public void test_4_flush()(Code)



test_4_resolveObject
public void test_4_resolveObject()(Code)



test_5_reset
public void test_5_reset()(Code)



test_5_resolveObject
public void test_5_resolveObject()(Code)



test_6_write
public void test_6_write()(Code)



test_6a_write
public void test_6a_write()(Code)



test_7_write
public void test_7_write()(Code)



test_8_write
public void test_8_write()(Code)



test_9_writeBoolean
public void test_9_writeBoolean()(Code)



test_reset
public void test_reset()(Code)



test_resolveClass
public void test_resolveClass()(Code)



test_serialVersionUID
public void test_serialVersionUID(Class clazz, long svUID) throws Exception(Code)



w___w___w_.j___av_a2s.__c_o_m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.