Java Doc for InformaTestCase.java in  » RSS-RDF » informa » de » nava » informa » utils » 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 » RSS RDF » informa » de.nava.informa.utils 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


de.nava.informa.utils.InformaTestCase

All known Subclasses:   de.nava.informa.exporters.TestRSS_0_91_Exporter,  de.nava.informa.parsers.TestRSS_1_0_Parser,  de.nava.informa.parsers.TestRSS_0_91_Parser,  de.nava.informa.search.TestChannelSearcher,  de.nava.informa.parsers.TestFeedParser,  de.nava.informa.exporters.TestRSS_2_0_Exporter,  de.nava.informa.parsers.TestAtom_1_0_Parser,  de.nava.informa.utils.TestFormatDetector,  de.nava.informa.impl.basic.TestItemOrder,  de.nava.informa.parsers.TestOPML_1_1_Parser,  de.nava.informa.parsers.TestRSS_2_0_Parser,  de.nava.informa.parsers.TestAtom_0_3_Parser,  de.nava.informa.impl.hibernate.TestInformaPersistence,  de.nava.informa.impl.hibernate.TestHibernateStressTest,  de.nava.informa.impl.hibernate.TestPersistChannelGrp,  de.nava.informa.utils.TestItemComparator,  de.nava.informa.parsers.TestRSS_0_92_Parser,  de.nava.informa.search.TestChannelIndexer,  de.nava.informa.utils.InformaHibernateTestCase,  de.nava.informa.impl.basic.TestChannelBuilder,  de.nava.informa.utils.TestFeedManager,  de.nava.informa.utils.TestCacheSettingsFM,  de.nava.informa.utils.TestParserUtils,  de.nava.informa.utils.TestChannelRegistry,  de.nava.informa.exporters.TestRSS_1_0_Exporter,  de.nava.informa.utils.TestChannelObserver,
InformaTestCase
public class InformaTestCase extends TestCase (Code)
Base class for unit tests of the informa library. It provides some convenience methods for easy data file retrieval.
author:
   Niko Schmuck


Field Summary
final protected static  StringFS
    
protected static  StringbaselineDir
    
protected static  StringdataDir
    
protected static  StringindexDir
    
protected  Stringmethod_name
    
protected static  StringoutputDir
    
protected  Stringtestcase_name
    

Constructor Summary
public  InformaTestCase(String testcase_name, String method_name)
     Constructor for a new informa specific test case.

Method Summary
public static  StringgetBaselineDir()
    
public static  StringgetDataDir()
    
public static  StringgetIndexDir()
    
public  StringgetName()
     Returns the name of the testcase inclusive the class.
public static  StringgetOutputDir()
    
protected  ItemIFsearchForItem(ChannelIF chn, String itmTitle)
    

Field Detail
FS
final protected static String FS(Code)



baselineDir
protected static String baselineDir(Code)



dataDir
protected static String dataDir(Code)



indexDir
protected static String indexDir(Code)



method_name
protected String method_name(Code)



outputDir
protected static String outputDir(Code)



testcase_name
protected String testcase_name(Code)




Constructor Detail
InformaTestCase
public InformaTestCase(String testcase_name, String method_name)(Code)
Constructor for a new informa specific test case. The base directory is calculated from one of the following system properties (order matters): INFORMA_HOME, basedir, user.dir
Parameters:
  name - the name of the test case (read method, thanks JUnit)




Method Detail
getBaselineDir
public static String getBaselineDir()(Code)
The directory containing the gold files to compare the files generated by the current test runs with.



getDataDir
public static String getDataDir()(Code)
The directory from which we can retrieve test relevant data.



getIndexDir
public static String getIndexDir()(Code)
The directory to store the full-text index in.



getName
public String getName()(Code)
Returns the name of the testcase inclusive the class.



getOutputDir
public static String getOutputDir()(Code)
The directory where our test might want to write a producedfile to.



searchForItem
protected ItemIF searchForItem(ChannelIF chn, String itmTitle)(Code)



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