Java Doc for PrimitivesTest.java in  » Testing » MockCreator » net » sf » mockcreator » 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 » Testing » MockCreator » net.sf.mockcreator 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


net.sf.mockcreator.TestCase
   net.sf.mockcreator.PrimitivesTest

PrimitivesTest
public class PrimitivesTest extends TestCase (Code)


Field Summary
 MockPrimitivesmock
    

Constructor Summary
public  PrimitivesTest(String name)
    

Method Summary
public  voidsetUp()
    
public  voidtestBoolean_InBlock()
    
public  voidtestBoolean_MissedCall()
    
public  voidtestBoolean_UnexpectedCall()
    
public  voidtestBoolean_accept()
    
public  voidtestBoolean_acceptThrow()
    
public  voidtestBoolean_expect()
    
public  voidtestBoolean_expectThrow()
    
public  voidtestBoolean_expectZeroOrMoreMultiple()
    
public  voidtestBoolean_setDummy()
    
public  voidtestBoolean_setDummyThrow()
    
public  voidtestByte_InBlock()
    
public  voidtestByte_MissedCall()
    
public  voidtestByte_UnexpectedCall()
    
public  voidtestByte_accept()
    
public  voidtestByte_acceptThrow()
    
public  voidtestByte_expect()
    
public  voidtestByte_expectThrow()
    
public  voidtestByte_expectZeroOrMoreMultiple()
    
public  voidtestByte_setDummy()
    
public  voidtestByte_setDummyThrow()
    
public  voidtestChar_InBlock()
    
public  voidtestChar_MissedCall()
    
public  voidtestChar_UnexpectedCall()
    
public  voidtestChar_accept()
    
public  voidtestChar_acceptThrow()
    
public  voidtestChar_expect()
    
public  voidtestChar_expectThrow()
    
public  voidtestChar_expectZeroOrMoreMultiple()
    
public  voidtestChar_setDummy()
    
public  voidtestChar_setDummyThrow()
    
public  voidtestDouble_InBlock()
    
public  voidtestDouble_MissedCall()
    
public  voidtestDouble_UnexpectedCall()
    
public  voidtestDouble_accept()
    
public  voidtestDouble_acceptThrow()
    
public  voidtestDouble_expect()
    
public  voidtestDouble_expectThrow()
    
public  voidtestDouble_expectZeroOrMoreMultiple()
    
public  voidtestDouble_setDummy()
    
public  voidtestDouble_setDummyThrow()
    
public  voidtestFloat_InBlock()
    
public  voidtestFloat_MissedCall()
    
public  voidtestFloat_UnexpectedCall()
    
public  voidtestFloat_accept()
    
public  voidtestFloat_acceptThrow()
    
public  voidtestFloat_expect()
    
public  voidtestFloat_expectThrow()
    
public  voidtestFloat_expectZeroOrMoreMultiple()
    
public  voidtestFloat_setDummy()
    
public  voidtestFloat_setDummyThrow()
    
public  voidtestInt_InBlock()
    
public  voidtestInt_MissedCall()
    
public  voidtestInt_UnexpectedCall()
    
public  voidtestInt_accept()
    
public  voidtestInt_acceptThrow()
    
public  voidtestInt_expect()
    
public  voidtestInt_expectThrow()
    
public  voidtestInt_expectZeroOrMoreMultiple()
    
public  voidtestInt_setDummy()
    
public  voidtestInt_setDummyThrow()
    
public  voidtestLong_InBlock()
    
public  voidtestLong_MissedCall()
    
public  voidtestLong_UnexpectedCall()
    
public  voidtestLong_accept()
    
public  voidtestLong_acceptThrow()
    
public  voidtestLong_expect()
    
public  voidtestLong_expectThrow()
    
public  voidtestLong_expectZeroOrMoreMultiple()
    
public  voidtestLong_setDummy()
    
public  voidtestLong_setDummyThrow()
    
public  voidtestPrimitiveAndNot_accept()
    
public  voidtestShort_InBlock()
    
public  voidtestShort_MissedCall()
    
public  voidtestShort_UnexpectedCall()
    
public  voidtestShort_accept()
    
public  voidtestShort_acceptThrow()
    
public  voidtestShort_expect()
    
public  voidtestShort_expectThrow()
    
public  voidtestShort_expectZeroOrMoreMultiple()
    
public  voidtestShort_setDummy()
    
public  voidtestShort_setDummyThrow()
    

Field Detail
mock
MockPrimitives mock(Code)




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




Method Detail
setUp
public void setUp() throws Exception(Code)



testBoolean_InBlock
public void testBoolean_InBlock() throws Exception(Code)



testBoolean_MissedCall
public void testBoolean_MissedCall() throws Exception(Code)



testBoolean_UnexpectedCall
public void testBoolean_UnexpectedCall() throws Exception(Code)



testBoolean_accept
public void testBoolean_accept() throws Exception(Code)



testBoolean_acceptThrow
public void testBoolean_acceptThrow() throws Exception(Code)



testBoolean_expect
public void testBoolean_expect() throws Exception(Code)



testBoolean_expectThrow
public void testBoolean_expectThrow() throws Exception(Code)



testBoolean_expectZeroOrMoreMultiple
public void testBoolean_expectZeroOrMoreMultiple() throws Exception(Code)



testBoolean_setDummy
public void testBoolean_setDummy() throws Exception(Code)



testBoolean_setDummyThrow
public void testBoolean_setDummyThrow() throws Exception(Code)



testByte_InBlock
public void testByte_InBlock() throws Exception(Code)



testByte_MissedCall
public void testByte_MissedCall() throws Exception(Code)



testByte_UnexpectedCall
public void testByte_UnexpectedCall() throws Exception(Code)



testByte_accept
public void testByte_accept() throws Exception(Code)



testByte_acceptThrow
public void testByte_acceptThrow() throws Exception(Code)



testByte_expect
public void testByte_expect() throws Exception(Code)



testByte_expectThrow
public void testByte_expectThrow() throws Exception(Code)



testByte_expectZeroOrMoreMultiple
public void testByte_expectZeroOrMoreMultiple() throws Exception(Code)



testByte_setDummy
public void testByte_setDummy() throws Exception(Code)



testByte_setDummyThrow
public void testByte_setDummyThrow() throws Exception(Code)



testChar_InBlock
public void testChar_InBlock() throws Exception(Code)



testChar_MissedCall
public void testChar_MissedCall() throws Exception(Code)



testChar_UnexpectedCall
public void testChar_UnexpectedCall() throws Exception(Code)



testChar_accept
public void testChar_accept() throws Exception(Code)



testChar_acceptThrow
public void testChar_acceptThrow() throws Exception(Code)



testChar_expect
public void testChar_expect() throws Exception(Code)



testChar_expectThrow
public void testChar_expectThrow() throws Exception(Code)



testChar_expectZeroOrMoreMultiple
public void testChar_expectZeroOrMoreMultiple() throws Exception(Code)



testChar_setDummy
public void testChar_setDummy() throws Exception(Code)



testChar_setDummyThrow
public void testChar_setDummyThrow() throws Exception(Code)



testDouble_InBlock
public void testDouble_InBlock() throws Exception(Code)



testDouble_MissedCall
public void testDouble_MissedCall() throws Exception(Code)



testDouble_UnexpectedCall
public void testDouble_UnexpectedCall() throws Exception(Code)



testDouble_accept
public void testDouble_accept() throws Exception(Code)



testDouble_acceptThrow
public void testDouble_acceptThrow() throws Exception(Code)



testDouble_expect
public void testDouble_expect() throws Exception(Code)



testDouble_expectThrow
public void testDouble_expectThrow() throws Exception(Code)



testDouble_expectZeroOrMoreMultiple
public void testDouble_expectZeroOrMoreMultiple() throws Exception(Code)



testDouble_setDummy
public void testDouble_setDummy() throws Exception(Code)



testDouble_setDummyThrow
public void testDouble_setDummyThrow() throws Exception(Code)



testFloat_InBlock
public void testFloat_InBlock() throws Exception(Code)



testFloat_MissedCall
public void testFloat_MissedCall() throws Exception(Code)



testFloat_UnexpectedCall
public void testFloat_UnexpectedCall() throws Exception(Code)



testFloat_accept
public void testFloat_accept() throws Exception(Code)



testFloat_acceptThrow
public void testFloat_acceptThrow() throws Exception(Code)



testFloat_expect
public void testFloat_expect() throws Exception(Code)



testFloat_expectThrow
public void testFloat_expectThrow() throws Exception(Code)



testFloat_expectZeroOrMoreMultiple
public void testFloat_expectZeroOrMoreMultiple() throws Exception(Code)



testFloat_setDummy
public void testFloat_setDummy() throws Exception(Code)



testFloat_setDummyThrow
public void testFloat_setDummyThrow() throws Exception(Code)



testInt_InBlock
public void testInt_InBlock() throws Exception(Code)



testInt_MissedCall
public void testInt_MissedCall() throws Exception(Code)



testInt_UnexpectedCall
public void testInt_UnexpectedCall() throws Exception(Code)



testInt_accept
public void testInt_accept() throws Exception(Code)



testInt_acceptThrow
public void testInt_acceptThrow() throws Exception(Code)



testInt_expect
public void testInt_expect() throws Exception(Code)



testInt_expectThrow
public void testInt_expectThrow() throws Exception(Code)



testInt_expectZeroOrMoreMultiple
public void testInt_expectZeroOrMoreMultiple() throws Exception(Code)



testInt_setDummy
public void testInt_setDummy() throws Exception(Code)



testInt_setDummyThrow
public void testInt_setDummyThrow() throws Exception(Code)



testLong_InBlock
public void testLong_InBlock() throws Exception(Code)



testLong_MissedCall
public void testLong_MissedCall() throws Exception(Code)



testLong_UnexpectedCall
public void testLong_UnexpectedCall() throws Exception(Code)



testLong_accept
public void testLong_accept() throws Exception(Code)



testLong_acceptThrow
public void testLong_acceptThrow() throws Exception(Code)



testLong_expect
public void testLong_expect() throws Exception(Code)



testLong_expectThrow
public void testLong_expectThrow() throws Exception(Code)



testLong_expectZeroOrMoreMultiple
public void testLong_expectZeroOrMoreMultiple() throws Exception(Code)



testLong_setDummy
public void testLong_setDummy() throws Exception(Code)



testLong_setDummyThrow
public void testLong_setDummyThrow() throws Exception(Code)



testPrimitiveAndNot_accept
public void testPrimitiveAndNot_accept() throws Exception(Code)



testShort_InBlock
public void testShort_InBlock() throws Exception(Code)



testShort_MissedCall
public void testShort_MissedCall() throws Exception(Code)



testShort_UnexpectedCall
public void testShort_UnexpectedCall() throws Exception(Code)



testShort_accept
public void testShort_accept() throws Exception(Code)



testShort_acceptThrow
public void testShort_acceptThrow() throws Exception(Code)



testShort_expect
public void testShort_expect() throws Exception(Code)



testShort_expectThrow
public void testShort_expectThrow() throws Exception(Code)



testShort_expectZeroOrMoreMultiple
public void testShort_expectZeroOrMoreMultiple() throws Exception(Code)



testShort_setDummy
public void testShort_setDummy() throws Exception(Code)



testShort_setDummyThrow
public void testShort_setDummyThrow() throws Exception(Code)



Methods inherited from net.sf.mockcreator.TestCase
public void run(TestResult testResult)(Code)(Java Doc)
public void setUp() throws Exception(Code)(Java Doc)
public void tearDown() throws Exception(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.