Java Doc for ClassRecordUTest.java in  » Test-Coverage » GroboUtils » net » sourceforge » groboutils » codecoverage » v2 » datastore » 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.codecoverage.v2.datastore 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.sourceforge.groboutils.codecoverage.v2.datastore.ClassRecordUTest

ClassRecordUTest
public class ClassRecordUTest extends TestCase (Code)
Tests the ClassRecord class.
author:
   Matt Albrecht groboclown@users.sourceforge.net
version:
   $Date: 2004/04/15 05:48:28 $
since:
   January 22, 2003



Constructor Summary
public  ClassRecordUTest(String name)
    

Method Summary
protected  IAnalysisMetaDatacreateAnalysisMetaData(int weight)
    
protected  AnalysisModuleSetcreateAnalysisModuleSet(int count)
    
protected  MarkRecordcreateMarkRecord(int metaDataWeight, String am, String methSig, int markId)
    
public static  voidmain(String[] args)
    
protected  voidsetUp()
    
public static  Testsuite()
    
protected  voidtearDown()
    
public  voidtestAddMark1()
    
public  voidtestConstructor1()
    
public  voidtestConstructor10()
    
public  voidtestConstructor2()
    
public  voidtestConstructor3()
    
public  voidtestConstructor4()
    
public  voidtestConstructor5()
    
public  voidtestConstructor6()
    
public  voidtestConstructor7()
    
public  voidtestConstructor8()
    
public  voidtestConstructor9()
    
public  voidtestGetAnalysisModuleSet1()
    
public  voidtestGetClassCRC1()
    
public  voidtestGetClassName1()
    
public  voidtestGetClassSignature1()
    
public  voidtestGetMethodAt1()
    
public  voidtestGetMethodAt2a()
    
public  voidtestGetMethodAt2b()
    
public  voidtestGetMethodAt2c()
    
public  voidtestGetMethodAt3()
    
public  voidtestGetMethodCount1()
    
public  voidtestGetMethodCount2()
    
public  voidtestGetMethodIndex1()
    
public  voidtestGetMethodIndex2()
    
public  voidtestGetMethodIndex3()
    
public  voidtestGetMethods1()
    
public  voidtestGetMethods2()
    
public  voidtestMarks1a()
    
public  voidtestMarks1b()
    
public  voidtestMarks2a()
    
public  voidtestMarks2b()
    
public  voidtestMarks3a()
    
public  voidtestMarks3b()
    
public  voidtestMarks4()
    


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




Method Detail
createAnalysisMetaData
protected IAnalysisMetaData createAnalysisMetaData(int weight)(Code)



createAnalysisModuleSet
protected AnalysisModuleSet createAnalysisModuleSet(int count)(Code)



createMarkRecord
protected MarkRecord createMarkRecord(int metaDataWeight, String am, String methSig, int markId)(Code)



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.



testAddMark1
public void testAddMark1()(Code)



testConstructor1
public void testConstructor1()(Code)



testConstructor10
public void testConstructor10()(Code)



testConstructor2
public void testConstructor2()(Code)



testConstructor3
public void testConstructor3()(Code)



testConstructor4
public void testConstructor4()(Code)



testConstructor5
public void testConstructor5()(Code)



testConstructor6
public void testConstructor6()(Code)



testConstructor7
public void testConstructor7()(Code)



testConstructor8
public void testConstructor8()(Code)



testConstructor9
public void testConstructor9()(Code)



testGetAnalysisModuleSet1
public void testGetAnalysisModuleSet1()(Code)



testGetClassCRC1
public void testGetClassCRC1()(Code)



testGetClassName1
public void testGetClassName1()(Code)



testGetClassSignature1
public void testGetClassSignature1()(Code)



testGetMethodAt1
public void testGetMethodAt1()(Code)



testGetMethodAt2a
public void testGetMethodAt2a()(Code)



testGetMethodAt2b
public void testGetMethodAt2b()(Code)



testGetMethodAt2c
public void testGetMethodAt2c()(Code)



testGetMethodAt3
public void testGetMethodAt3()(Code)



testGetMethodCount1
public void testGetMethodCount1()(Code)



testGetMethodCount2
public void testGetMethodCount2()(Code)



testGetMethodIndex1
public void testGetMethodIndex1()(Code)



testGetMethodIndex2
public void testGetMethodIndex2()(Code)



testGetMethodIndex3
public void testGetMethodIndex3()(Code)



testGetMethods1
public void testGetMethods1()(Code)



testGetMethods2
public void testGetMethods2()(Code)



testMarks1a
public void testMarks1a()(Code)



testMarks1b
public void testMarks1b()(Code)



testMarks2a
public void testMarks2a()(Code)



testMarks2b
public void testMarks2b()(Code)



testMarks3a
public void testMarks3a()(Code)



testMarks3b
public void testMarks3b()(Code)



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