Java Doc for TestCaseBasic.java in  » RSS-RDF » Jena-2.5.5 » com » hp » hpl » jena » regression » 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 » Jena 2.5.5 » com.hp.hpl.jena.regression 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.hp.hpl.jena.test.JenaTestBase
   com.hp.hpl.jena.regression.TestCaseBasic

All known Subclasses:   com.hp.hpl.jena.graph.compose.test.TestCaseBasic,  com.hp.hpl.jena.mem.test.TestCaseBasic,  com.hp.hpl.jena.shared.test.RandomizedTestCaseBasic,
TestCaseBasic
public class TestCaseBasic extends JenaTestBase (Code)

This is a wrapper class, which implements a set of basic regression tests as a set of JUnit tests.

This is the first step of reworking the old Regression tests as a JUnit test suite. This is a simple wrapper class for the Regression test package. The idea is that if time permits (fat chance) the old regression tests will be reworked properly into this framework.

This class is inteded to be subclassed with setup and teardown methods to create models required for the tests.


author:
   bwm
version:
   $Name: $ $Revision: 1.14 $ $Date: 2008/01/15 08:19:28 $


Field Summary
protected  Modelm1
    
protected  Modelm2
    
protected  Modelm3
    
protected  Modelm4
    

Constructor Summary
public  TestCaseBasic(String name)
    

Method Summary
protected  voidempty(Model m)
    
public  voidsoaktest()
    
public  voidtest0()
    
public  voidtest1()
    
public  voidtest10()
    
public  voidtest11()
    
public  voidtest12()
    
public  voidtest13()
    
public  voidtest14()
    
public  voidtest15()
    
public  voidtest16()
    
public  voidtest17()
    
public  voidtest18()
    
public  voidtest19()
    
public  voidtest2()
    
public  voidtest3()
    
public  voidtest4()
    
public  voidtest5()
    
public  voidtest6()
    
public  voidtest7()
    
public  voidtest8()
    
public  voidtest9()
    
public  voidtest97()
    
public  voidtestMatch()
    
public  voidtestNTripleReader()
    
public  voidtestReaderInterface()
    

Field Detail
m1
protected Model m1(Code)



m2
protected Model m2(Code)



m3
protected Model m3(Code)



m4
protected Model m4(Code)




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




Method Detail
empty
protected void empty(Model m)(Code)



soaktest
public void soaktest()(Code)



test0
public void test0()(Code)



test1
public void test1()(Code)



test10
public void test10()(Code)



test11
public void test11()(Code)



test12
public void test12()(Code)



test13
public void test13()(Code)



test14
public void test14()(Code)



test15
public void test15()(Code)



test16
public void test16()(Code)



test17
public void test17()(Code)



test18
public void test18()(Code)



test19
public void test19()(Code)



test2
public void test2()(Code)



test3
public void test3()(Code)



test4
public void test4()(Code)



test5
public void test5()(Code)



test6
public void test6() throws Exception(Code)



test7
public void test7()(Code)



test8
public void test8()(Code)



test9
public void test9()(Code)



test97
public void test97()(Code)



testMatch
public void testMatch()(Code)



testNTripleReader
public void testNTripleReader()(Code)



testReaderInterface
public void testReaderInterface()(Code)



Methods inherited from com.hp.hpl.jena.test.JenaTestBase
public static List append(List L, List R)(Code)(Java Doc)
public static void assertDiffer(String title, Object x, Object y)(Code)(Java Doc)
public static void assertDiffer(Object x, Object y)(Code)(Java Doc)
public static void assertHasParent(Class subClass, Class superClass)(Code)(Java Doc)
public static void assertInstanceOf(Class expected, Object x)(Code)(Java Doc)
public static Constructor getConstructor(Class c, Class[] args)(Code)(Java Doc)
public static boolean hasAsParent(Class subClass, Class superClass)(Code)(Java Doc)
public static boolean isPublicTestMethod(Method m)(Code)(Java Doc)
public static boolean isTestMethod(Method m)(Code)(Java Doc)
protected static ExtendedIterator iteratorOfStrings(String s)(Code)(Java Doc)
protected static List listOfOne(Object x)(Code)(Java Doc)
protected static List listOfStrings(String s)(Code)(Java Doc)
public static Set listToSet(List L)(Code)(Java Doc)
public static void pass()(Code)(Java Doc)
protected static Set setOfOne(Object x)(Code)(Java Doc)
protected static Set setOfStrings(String s)(Code)(Java Doc)
public void testToSilenceJunitComplaintsAboutNoTestMethods()(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.