Java Doc for XPathBasedConfigItemTest.java in  » Net » Terracotta » com » tc » config » schema » dynamic » 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 » Net » Terracotta » com.tc.config.schema.dynamic 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.tc.test.TCTestCase
   com.tc.config.schema.dynamic.XPathBasedConfigItemTest

XPathBasedConfigItemTest
public class XPathBasedConfigItemTest extends TCTestCase (Code)
Unit test for XPathBasedConfigItem .




Method Summary
public  voidsetUp()
    
public  voidtestComponents()
    
public  voidtestConstruction()
    
public  voidtestFetchObject()
    
public  voidtestFetchObjectWithDefaultsWithNoConvertedValue()
    
public  voidtestFetchObjectWithDefaultsWithNoValueInXPath()
    
public  voidtestFetchObjectWithDefaultsWithValue()
    
public  voidtestInitialSetup()
    
public  voidtestListenerDefaultAfterwardsNoConvertedValue()
    
public  voidtestListenerDefaultAfterwardsNoXPath()
    
public  voidtestListenerDefaultBeforeAndAfterNoConvertedValue()
    
public  voidtestListenerDefaultBeforehandNoConvertedValue()
    
public  voidtestListenerDefaultBeforehandNoXPath()
    
public  voidtestListenerTriggerOnNullToSomething()
    
public  voidtestListenerTriggerOnSomethingToNull()
    
public  voidtestListeners()
    
public  voidtestListenersWithDataAlready()
    
public  voidtestNoListenerTriggerOnBothNull()
    
public  voidtestNoListenerTriggerOnEqualObjects()
    
public  voidtestPathReturnsMultipleObjects()
    
public  voidtestPathReturnsRObjects()
    
public  voidtestPathReturnsZeroLengthArray()
    
public  voidtestToString()
    



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



testComponents
public void testComponents() throws Exception(Code)



testConstruction
public void testConstruction() throws Exception(Code)



testFetchObject
public void testFetchObject() throws Exception(Code)



testFetchObjectWithDefaultsWithNoConvertedValue
public void testFetchObjectWithDefaultsWithNoConvertedValue() throws Exception(Code)



testFetchObjectWithDefaultsWithNoValueInXPath
public void testFetchObjectWithDefaultsWithNoValueInXPath() throws Exception(Code)



testFetchObjectWithDefaultsWithValue
public void testFetchObjectWithDefaultsWithValue() throws Exception(Code)



testInitialSetup
public void testInitialSetup() throws Exception(Code)



testListenerDefaultAfterwardsNoConvertedValue
public void testListenerDefaultAfterwardsNoConvertedValue() throws Exception(Code)



testListenerDefaultAfterwardsNoXPath
public void testListenerDefaultAfterwardsNoXPath() throws Exception(Code)



testListenerDefaultBeforeAndAfterNoConvertedValue
public void testListenerDefaultBeforeAndAfterNoConvertedValue() throws Exception(Code)



testListenerDefaultBeforehandNoConvertedValue
public void testListenerDefaultBeforehandNoConvertedValue() throws Exception(Code)



testListenerDefaultBeforehandNoXPath
public void testListenerDefaultBeforehandNoXPath() throws Exception(Code)



testListenerTriggerOnNullToSomething
public void testListenerTriggerOnNullToSomething() throws Exception(Code)



testListenerTriggerOnSomethingToNull
public void testListenerTriggerOnSomethingToNull() throws Exception(Code)



testListeners
public void testListeners() throws Exception(Code)



testListenersWithDataAlready
public void testListenersWithDataAlready() throws Exception(Code)



testNoListenerTriggerOnBothNull
public void testNoListenerTriggerOnBothNull() throws Exception(Code)



testNoListenerTriggerOnEqualObjects
public void testNoListenerTriggerOnEqualObjects() throws Exception(Code)



testPathReturnsMultipleObjects
public void testPathReturnsMultipleObjects() throws Exception(Code)



testPathReturnsRObjects
public void testPathReturnsRObjects() throws Exception(Code)



testPathReturnsZeroLengthArray
public void testPathReturnsZeroLengthArray() throws Exception(Code)



testToString
public void testToString() throws Exception(Code)



Methods inherited from com.tc.test.TCTestCase
final protected void assertContains(String expected, String actual)(Code)(Java Doc)
final protected void assertContains(String message, String expected, String actual)(Code)(Java Doc)
final protected void assertContainsIgnoreCase(String expected, String actual)(Code)(Java Doc)
final protected void assertContainsIgnoreCase(String message, String expected, String actual)(Code)(Java Doc)
protected void assertEquals(byte[] b1, byte[] b2)(Code)(Java Doc)
final protected void assertEqualsOrdered(Object one, Object two)(Code)(Java Doc)
final protected void assertEqualsOrdered(Object one, Object two, EqualityComparator comparator)(Code)(Java Doc)
final protected void assertEqualsUnordered(Object one, Object two)(Code)(Java Doc)
final protected void assertEqualsUnordered(Object one, Object two, EqualityComparator comparator)(Code)(Java Doc)
final protected void assertEqualsUnorderedUncounted(Object one, Object two)(Code)(Java Doc)
final protected void assertEqualsUnorderedUncounted(Object one, Object two, EqualityComparator comparator)(Code)(Java Doc)
final protected void assertEqualsVerbose(Object one, Object two)(Code)(Java Doc)
final protected void assertEqualsVerbose(Object one, Object two, Stringifier stringifier)(Code)(Java Doc)
final protected void assertEqualsVerbose(Object one, Object two, boolean showObjects)(Code)(Java Doc)
final protected void assertEqualsVerbose(String message, Object one, Object two)(Code)(Java Doc)
final protected void assertEqualsVerbose(String message, Object one, Object two, Stringifier stringifier)(Code)(Java Doc)
final protected void assertEqualsVerbose(String message, Object one, Object two, boolean showObjects)(Code)(Java Doc)
final protected void assertEqualsVerbose(String message, Object one, Object two, Stringifier stringifier, boolean showObjects)(Code)(Java Doc)
protected void assertNotEquals(int i1, int i2)(Code)(Java Doc)
protected void assertNotEquals(Object o1, Object o2)(Code)(Java Doc)
final protected void assertSameOrdered(Object one, Object two)(Code)(Java Doc)
final protected void assertSameUnordered(Object one, Object two)(Code)(Java Doc)
final protected void assertSameUnorderedUncounted(Object one, Object two)(Code)(Java Doc)
protected void assertSerializable(Object obj)(Code)(Java Doc)
protected void assertSerializable(Object obj, boolean checkEquals, boolean checkHashCode)(Code)(Java Doc)
protected synchronized void assertTimeDirection()(Code)(Java Doc)
protected void beforeTimeout() throws Throwable(Code)(Java Doc)
protected void checkComparator(Object smaller, Object bigger, Object equalToBigger, Comparator c)(Code)(Java Doc)
protected boolean cleanTempDir()(Code)(Java Doc)
final protected void disableAllUntil(Date theDate)(Code)(Java Doc)
final protected void disableAllUntil(String theDate)(Code)(Java Doc)
final protected void disableAllUntil(String theDate, String[] platforms)(Code)(Java Doc)
final protected void disableTestUntil(String method, String date)(Code)(Java Doc)
final protected void disableTestUntil(String method, String date, String[] platforms)(Code)(Java Doc)
final protected void disableTestUntil(String method, Date date)(Code)(Java Doc)
protected void doDumpServerDetails()(Code)(Java Doc)
final protected void fail(Throwable t)(Code)(Java Doc)
final protected void fail(String message, Throwable t)(Code)(Java Doc)
final protected File getDataDirectory() throws IOException(Code)(Java Doc)
final protected synchronized DataDirectoryHelper getDataDirectoryHelper()(Code)(Java Doc)
final protected File getDataFile(String fileName) throws IOException(Code)(Java Doc)
final protected File getTempDirectory() throws IOException(Code)(Java Doc)
final protected synchronized TempDirectoryHelper getTempDirectoryHelper()(Code)(Java Doc)
final protected File getTempFile(String fileName) throws IOException(Code)(Java Doc)
protected int getThreadDumpCount()(Code)(Java Doc)
protected long getThreadDumpInterval()(Code)(Java Doc)
public int getTimeoutValueInSeconds()(Code)(Java Doc)
final protected boolean isAllDisabled()(Code)(Java Doc)
public void runBare() throws Throwable(Code)(Java Doc)
public void setDumpThreadsOnTimeout(boolean dump)(Code)(Java Doc)
public void setNumThreadDumps(int dumps)(Code)(Java Doc)
public void setThreadDumpInterval(long interval)(Code)(Java Doc)
public void setTimeoutThreshold(long threshold)(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.