Java Doc for ChainableExceptionHelperUTest.java in  » Test-Coverage » GroboUtils » net » sourceforge » groboutils » util » throwable » v1 » 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 » Test Coverage » GroboUtils » net.sourceforge.groboutils.util.throwable.v1 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.sourceforge.groboutils.util.throwable.v1.ChainableExceptionHelperUTest

ChainableExceptionHelperUTest
public class ChainableExceptionHelperUTest extends TestCase (Code)
Tests the ChainableExceptionHelper class.
author:
   Matt Albrecht groboclown@users.sourceforge.net
version:
   $Date: 2003/02/10 22:52:42 $
since:
   March 17, 2002



Constructor Summary
public  ChainableExceptionHelperUTest(String name)
    

Method Summary
public static  voidmain(String[] args)
    
protected  voidsetUp()
    
public static  Testsuite()
    
protected  voidtearDown()
    
public  voidtestConstructor1a()
    
public  voidtestConstructor1b()
    
public  voidtestConstructor2a()
    
public  voidtestConstructor2b()
    
public  voidtestConstructor2c()
    
public  voidtestConstructor2d()
    
public  voidtestConstructor2e()
    
public  voidtestGetCause1()
    
public  voidtestGetCause2()
    
public  voidtestGetCause3()
    
public  voidtestInitCause1()
    
public  voidtestInitCause2()
    
public  voidtestInitCause3()
    
public  voidtestInitGetCause1()
    
public  voidtestInitGetCause10()
    
public  voidtestInitGetCause2()
    
public  voidtestInitGetCause3()
    
public  voidtestInitGetCause4()
    
public  voidtestInitGetCause5()
    
public  voidtestInitGetCause6()
    
public  voidtestInitGetCause7()
    
public  voidtestInitGetCause8()
    
public  voidtestInitGetCause9()
    
public  voidtestPrintStackTrace1()
    
public  voidtestPrintStackTrace2()
    
public  voidtestPrintStackTrace3()
    
public  voidtestPrintStackTrace4()
    


Constructor Detail
ChainableExceptionHelperUTest
public ChainableExceptionHelperUTest(String name)(Code)




Method Detail
main
public static void main(String[] args)(Code)



setUp
protected void setUp() throws Exception(Code)

exception:
  Exception - thrown under any exceptional condition.



suite
public static Test suite()(Code)



tearDown
protected void tearDown() throws Exception(Code)

exception:
  Exception - thrown under any exceptional condition.



testConstructor1a
public void testConstructor1a()(Code)



testConstructor1b
public void testConstructor1b()(Code)



testConstructor2a
public void testConstructor2a()(Code)



testConstructor2b
public void testConstructor2b()(Code)



testConstructor2c
public void testConstructor2c()(Code)



testConstructor2d
public void testConstructor2d()(Code)



testConstructor2e
public void testConstructor2e()(Code)



testGetCause1
public void testGetCause1()(Code)



testGetCause2
public void testGetCause2()(Code)



testGetCause3
public void testGetCause3()(Code)



testInitCause1
public void testInitCause1()(Code)



testInitCause2
public void testInitCause2()(Code)



testInitCause3
public void testInitCause3()(Code)



testInitGetCause1
public void testInitGetCause1()(Code)



testInitGetCause10
public void testInitGetCause10()(Code)



testInitGetCause2
public void testInitGetCause2()(Code)



testInitGetCause3
public void testInitGetCause3()(Code)



testInitGetCause4
public void testInitGetCause4()(Code)



testInitGetCause5
public void testInitGetCause5()(Code)



testInitGetCause6
public void testInitGetCause6()(Code)



testInitGetCause7
public void testInitGetCause7()(Code)



testInitGetCause8
public void testInitGetCause8()(Code)



testInitGetCause9
public void testInitGetCause9()(Code)



testPrintStackTrace1
public void testPrintStackTrace1()(Code)



testPrintStackTrace2
public void testPrintStackTrace2()(Code)



testPrintStackTrace3
public void testPrintStackTrace3()(Code)



testPrintStackTrace4
public void testPrintStackTrace4()(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.