Java Doc for QueryTestCase.java in  » EJB-Server-JBoss-4.2.1 » jmx » test » compliance » query » 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 » jmx » test.compliance.query 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


test.compliance.query.QueryTestCase

QueryTestCase
public class QueryTestCase extends TestCase (Code)
Query unit tests
author:
   Adrian Brock.

Inner Class :public class QueryThread extends Thread


Constructor Summary
public  QueryTestCase(String s)
    

Method Summary
public  voidtestAndFalseBoth()
    
public  voidtestAndFalseFirst()
    
public  voidtestAndFalseSecond()
    
public  voidtestAndTrueBoth()
    
public  voidtestAnySubstring()
    
public  voidtestBoolean()
    
public  voidtestClassAttribute()
    
public  voidtestDomainPatternObjectName()
    
public  voidtestDouble()
    
public  voidtestDoubleObject()
    
public  voidtestEscapingAsterisk()
    
public  voidtestEscapingOpenBracket()
    
public  voidtestEscapingQuestion()
    
public  voidtestFinalSubstring()
    
public  voidtestFloat()
    
public  voidtestFloatObject()
    
public  voidtestInitialSubstring()
    
public  voidtestInteger()
    
public  voidtestIntegerObject()
    
public  voidtestInvalidNamePassedToObjectName()
    
public  voidtestLong()
    
public  voidtestLongObject()
    
public  voidtestMatchAsteriskBeginning()
    
public  voidtestMatchAsteriskBeginningAndEnd()
    
public  voidtestMatchAsteriskEmbedded()
    
public  voidtestMatchAsteriskEnd()
    
public  voidtestMatchCharacterRange()
    
public  voidtestMatchCharacterSet()
    
public  voidtestMatchQuestionBeginning()
    
public  voidtestMatchQuestionBeginningEnd()
    
public  voidtestMatchQuestionEmbedded()
    
public  voidtestMatchQuestionEnd()
    
public  voidtestMinusInCharacterSet()
    
public  voidtestMultiplePropertyPatternObjectName()
    
public  voidtestNot()
    
public  voidtestNotNot()
    
public  voidtestOrFalseBoth()
    
public  voidtestOrFalseFirst()
    
public  voidtestOrFalseSecond()
    
public  voidtestOrTrueBoth()
    
public  voidtestPathological()
    
public  voidtestPropertyPatternObjectName()
    
public  voidtestSimpleObjectName()
    
public  voidtestString()
    
public  voidtestThreading()
     Test threading, tests that running the same query in multiple threads works.


Constructor Detail
QueryTestCase
public QueryTestCase(String s)(Code)
Construct the test




Method Detail
testAndFalseBoth
public void testAndFalseBoth() throws Exception(Code)
Test and is false both parameters



testAndFalseFirst
public void testAndFalseFirst() throws Exception(Code)
Test and is false first parameter



testAndFalseSecond
public void testAndFalseSecond() throws Exception(Code)
Test and is false second parameter



testAndTrueBoth
public void testAndTrueBoth() throws Exception(Code)
Test and is true both



testAnySubstring
public void testAnySubstring() throws Exception(Code)
Test any substring



testBoolean
public void testBoolean() throws Exception(Code)
Test a boolean



testClassAttribute
public void testClassAttribute() throws Exception(Code)
Test class attribute



testDomainPatternObjectName
public void testDomainPatternObjectName() throws Exception(Code)
Test domain pattern object name



testDouble
public void testDouble() throws Exception(Code)
Test a double



testDoubleObject
public void testDoubleObject() throws Exception(Code)
Test a Double



testEscapingAsterisk
public void testEscapingAsterisk() throws Exception(Code)
Test match escaping asterisk



testEscapingOpenBracket
public void testEscapingOpenBracket() throws Exception(Code)
Test match escaping open bracket



testEscapingQuestion
public void testEscapingQuestion() throws Exception(Code)
Test match escaping question mark



testFinalSubstring
public void testFinalSubstring() throws Exception(Code)
Test final substring



testFloat
public void testFloat() throws Exception(Code)
Test a float



testFloatObject
public void testFloatObject() throws Exception(Code)
Test a Float



testInitialSubstring
public void testInitialSubstring() throws Exception(Code)
Test initial substring



testInteger
public void testInteger() throws Exception(Code)
Test a int



testIntegerObject
public void testIntegerObject() throws Exception(Code)
Test a Integer



testInvalidNamePassedToObjectName
public void testInvalidNamePassedToObjectName() throws Exception(Code)
Test invalid name passed to ObjectName



testLong
public void testLong() throws Exception(Code)
Test a long



testLongObject
public void testLongObject() throws Exception(Code)
Test a Long



testMatchAsteriskBeginning
public void testMatchAsteriskBeginning() throws Exception(Code)
Test match asterisk beginning



testMatchAsteriskBeginningAndEnd
public void testMatchAsteriskBeginningAndEnd() throws Exception(Code)
Test any match asterisk beginning and end



testMatchAsteriskEmbedded
public void testMatchAsteriskEmbedded() throws Exception(Code)
Test match asterisk embedded



testMatchAsteriskEnd
public void testMatchAsteriskEnd() throws Exception(Code)
Test match asterisk end



testMatchCharacterRange
public void testMatchCharacterRange() throws Exception(Code)
Test match character range



testMatchCharacterSet
public void testMatchCharacterSet() throws Exception(Code)
Test match character set



testMatchQuestionBeginning
public void testMatchQuestionBeginning() throws Exception(Code)
Test match question beginning



testMatchQuestionBeginningEnd
public void testMatchQuestionBeginningEnd() throws Exception(Code)
Test match question beginning and end



testMatchQuestionEmbedded
public void testMatchQuestionEmbedded() throws Exception(Code)
Test match question embedded



testMatchQuestionEnd
public void testMatchQuestionEnd() throws Exception(Code)
Test match question end



testMinusInCharacterSet
public void testMinusInCharacterSet() throws Exception(Code)
Test match minus in character set



testMultiplePropertyPatternObjectName
public void testMultiplePropertyPatternObjectName() throws Exception(Code)
Test multiple property pattern object name



testNot
public void testNot() throws Exception(Code)
Test not



testNotNot
public void testNotNot() throws Exception(Code)
Test not not



testOrFalseBoth
public void testOrFalseBoth() throws Exception(Code)
Test or is false both parameters



testOrFalseFirst
public void testOrFalseFirst() throws Exception(Code)
Test or is false first parameter



testOrFalseSecond
public void testOrFalseSecond() throws Exception(Code)
Test or is false second parameter



testOrTrueBoth
public void testOrTrueBoth() throws Exception(Code)
Test or is true both



testPathological
public void testPathological() throws Exception(Code)
Test pathological



testPropertyPatternObjectName
public void testPropertyPatternObjectName() throws Exception(Code)
Test property pattern object name



testSimpleObjectName
public void testSimpleObjectName() throws Exception(Code)
Test simple object name



testString
public void testString() throws Exception(Code)
Test a String



testThreading
public void testThreading() throws Exception(Code)
Test threading, tests that running the same query in multiple threads works. This test might not catch a threading problem on every run.



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