Java Doc for SimpleUnitTestCase.java in  » EJB-Server-JBoss-4.2.1 » testsuite » org » jboss » test » cmp2 » simple » 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 » EJB Server JBoss 4.2.1 » testsuite » org.jboss.test.cmp2.simple 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jboss.test.util.ejb.EJBTestCase
   org.jboss.test.cmp2.simple.SimpleUnitTestCase

SimpleUnitTestCase
public class SimpleUnitTestCase extends EJBTestCase (Code)
Basic cmp2 tests
author:
   alex@jboss.org
author:
   Scott.Stark@jboss.org
version:
   $Revision: 57211 $



Constructor Summary
public  SimpleUnitTestCase(String name)
    

Method Summary
public  voidsetUpEJB(Properties props)
    
public static  Testsuite()
    
public  voidtearDownEJB(Properties props)
    
public  voidtestBigDecimalValue()
    
public  voidtestBooleanObject()
    
public  voidtestBooleanPrimitive()
    
public  voidtestByteArrayValue()
    
public  voidtestByteObject()
    
public  voidtestBytePrimitive()
    
public  voidtestConcatFunction()
    
public  voidtestDoubleObject()
    
public  voidtestDoublePrimitive()
    
public  voidtestDuplicateKey()
    
public  voidtestFindWithByteArray()
    
public  voidtestFloatObject()
    
public  voidtestFloatPrimitive()
    
public  voidtestHashtable()
    
public  voidtestIntegerObject()
    
public  voidtestIntegerPrimitive()
    
public  voidtestLengthFunction()
    
public  voidtestLike()
    
public  voidtestLiteralToLiteral()
    
public  voidtestLocateFunction()
    
public  voidtestLongObject()
    
public  voidtestLongPrimitive()
    
public  voidtestNumbericComparison()
    
public  voidtestNumericIn()
    
public  voidtestObjectValue()
    
public  voidtestOptionAUpdate()
    
public  voidtestSQLDateBetween()
    
public  voidtestSelectValueClass()
    
public  voidtestShortObject()
    
public  voidtestShortPrimitive()
    
public  voidtestSqlDateValue()
    
public  voidtestStringBetween()
    
public  voidtestStringComparison()
    
public  voidtestStringIn()
    
public  voidtestStringValue()
    
public  voidtestTimeBetween()
    
public  voidtestTimeValue()
    
public  voidtestTimestampBetween()
    
public  voidtestTimestampComparison()
    
public  voidtestTimestampIn()
    
public  voidtestTimestampValue()
    
public  voidtestUtilDateBetween()
    
public  voidtestUtilDateValue()
    
public  voidtestValueClass()
    


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




Method Detail
setUpEJB
public void setUpEJB(Properties props) throws Exception(Code)



suite
public static Test suite() throws Exception(Code)



tearDownEJB
public void tearDownEJB(Properties props) throws Exception(Code)



testBigDecimalValue
public void testBigDecimalValue() throws Exception(Code)



testBooleanObject
public void testBooleanObject() throws Exception(Code)



testBooleanPrimitive
public void testBooleanPrimitive() throws Exception(Code)



testByteArrayValue
public void testByteArrayValue() throws Exception(Code)



testByteObject
public void testByteObject() throws Exception(Code)



testBytePrimitive
public void testBytePrimitive() throws Exception(Code)



testConcatFunction
public void testConcatFunction() throws Exception(Code)



testDoubleObject
public void testDoubleObject() throws Exception(Code)



testDoublePrimitive
public void testDoublePrimitive() throws Exception(Code)



testDuplicateKey
public void testDuplicateKey() throws Exception(Code)



testFindWithByteArray
public void testFindWithByteArray() throws Exception(Code)



testFloatObject
public void testFloatObject() throws Exception(Code)



testFloatPrimitive
public void testFloatPrimitive() throws Exception(Code)



testHashtable
public void testHashtable() throws Exception(Code)



testIntegerObject
public void testIntegerObject() throws Exception(Code)



testIntegerPrimitive
public void testIntegerPrimitive() throws Exception(Code)



testLengthFunction
public void testLengthFunction() throws Exception(Code)



testLike
public void testLike() throws Exception(Code)



testLiteralToLiteral
public void testLiteralToLiteral() throws Exception(Code)



testLocateFunction
public void testLocateFunction() throws Exception(Code)



testLongObject
public void testLongObject() throws Exception(Code)



testLongPrimitive
public void testLongPrimitive() throws Exception(Code)



testNumbericComparison
public void testNumbericComparison() throws Exception(Code)



testNumericIn
public void testNumericIn() throws Exception(Code)



testObjectValue
public void testObjectValue() throws Exception(Code)



testOptionAUpdate
public void testOptionAUpdate() throws Exception(Code)



testSQLDateBetween
public void testSQLDateBetween() throws Exception(Code)



testSelectValueClass
public void testSelectValueClass() throws Exception(Code)



testShortObject
public void testShortObject() throws Exception(Code)



testShortPrimitive
public void testShortPrimitive() throws Exception(Code)



testSqlDateValue
public void testSqlDateValue() throws Exception(Code)



testStringBetween
public void testStringBetween() throws Exception(Code)



testStringComparison
public void testStringComparison() throws Exception(Code)



testStringIn
public void testStringIn() throws Exception(Code)



testStringValue
public void testStringValue() throws Exception(Code)



testTimeBetween
public void testTimeBetween() throws Exception(Code)



testTimeValue
public void testTimeValue() throws Exception(Code)



testTimestampBetween
public void testTimestampBetween() throws Exception(Code)



testTimestampComparison
public void testTimestampComparison() throws Exception(Code)



testTimestampIn
public void testTimestampIn() throws Exception(Code)



testTimestampValue
public void testTimestampValue() throws Exception(Code)



testUtilDateBetween
public void testUtilDateBetween() throws Exception(Code)



testUtilDateValue
public void testUtilDateValue() throws Exception(Code)



testValueClass
public void testValueClass() throws Exception(Code)



Fields inherited from org.jboss.test.util.ejb.EJBTestCase
protected Properties props(Code)(Java Doc)

Methods inherited from org.jboss.test.util.ejb.EJBTestCase
public String getEJBRunnerJndiName()(Code)(Java Doc)
public Properties getProps()(Code)(Java Doc)
public boolean isServerSide()(Code)(Java Doc)
public void run(TestResult result)(Code)(Java Doc)
public void runBare() throws Throwable(Code)(Java Doc)
public void setProps(Properties props)(Code)(Java Doc)
public void setServerSide(boolean serverSide)(Code)(Java Doc)
public void setUpEJB(Properties props) throws Exception(Code)(Java Doc)
public void setUpEJB() throws Exception(Code)(Java Doc)
public void tearDownEJB(Properties props) throws Exception(Code)(Java Doc)
public void tearDownEJB() 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.