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


com.tc.test.TCTestCase
   com.tc.reporter.ArchiveUtilTest

ArchiveUtilTest
final public class ArchiveUtilTest extends TCTestCase (Code)



Constructor Summary
public  ArchiveUtilTest()
    

Method Summary
public  voidsetUp()
    
public  voidtearDown()
    
public  voidtestDirectoryArg()
    
public  voidtestFileArg()
    
public  voidtestIgnoresNOptionForClient()
    
public  voidtestInvalidArgs1()
    
public  voidtestInvalidArgs2()
    
public  voidtestInvalidArgsOrder1()
    
public  voidtestInvalidArgsOrder2()
    
public  voidtestInvalidArgsOrder3()
    
public  voidtestInvalidConfig1()
    
public  voidtestInvalidConfig2()
    
public  voidtestInvalidConfig3()
    
public  voidtestInvalidConfig4()
    
public  voidtestInvalidDirectoryArg()
    
public  voidtestValidClientArchiveContents()
    
public  voidtestValidServerArchiveContents()
    
public  voidtestValidServerFullArchiveContents()
    


Constructor Detail
ArchiveUtilTest
public ArchiveUtilTest()(Code)




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



tearDown
public void tearDown()(Code)



testDirectoryArg
public void testDirectoryArg() throws Exception(Code)



testFileArg
public void testFileArg() throws Exception(Code)



testIgnoresNOptionForClient
public void testIgnoresNOptionForClient() throws Exception(Code)



testInvalidArgs1
public void testInvalidArgs1() throws Exception(Code)



testInvalidArgs2
public void testInvalidArgs2() throws Exception(Code)



testInvalidArgsOrder1
public void testInvalidArgsOrder1() throws Exception(Code)



testInvalidArgsOrder2
public void testInvalidArgsOrder2() throws Exception(Code)



testInvalidArgsOrder3
public void testInvalidArgsOrder3() throws Exception(Code)



testInvalidConfig1
public void testInvalidConfig1() throws Exception(Code)



testInvalidConfig2
public void testInvalidConfig2() throws Exception(Code)



testInvalidConfig3
public void testInvalidConfig3() throws Exception(Code)



testInvalidConfig4
public void testInvalidConfig4() throws Exception(Code)



testInvalidDirectoryArg
public void testInvalidDirectoryArg() throws Exception(Code)



testValidClientArchiveContents
public void testValidClientArchiveContents() throws Exception(Code)



testValidServerArchiveContents
public void testValidServerArchiveContents() throws Exception(Code)



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