Java Doc for TestContentQueryManager.java in » Web-Framework » rife-1.6.1 » com » uwyn » rife » cmf » dam » 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
»
Web Framework
»
rife 1.6.1
»
com.uwyn.rife.cmf.dam
Source Cross Reference
Class Diagram
Java Document (Java Doc)
com.uwyn.rife.cmf.dam
.TestContentQueryManager
TestContentQueryManager
public
class TestContentQueryManager extends TestCase
(Code)
Constructor Summary
public
TestContentQueryManager
(
Datasource
datasource,
String
datasourceName,
String
name)
Method Summary
public
void
setUp
()
public
void
tearDown
()
public
void
testBuildCmfPathBean
()
public
void
testBuildCmfPathBeanRepository
()
public
void
testBuildCmfPathId
()
public
void
testBuildCmfPathIdRepository
()
public
void
testBuildServeContentPathBean
()
public
void
testBuildServeContentPathBeanRepository
()
public
void
testBuildServeContentPathId
()
public
void
testBuildServeContentPathIdRepository
()
public
void
testDeleteContent
()
public
void
testDeleteContentNonCmfProperty
()
public
void
testDeleteContentRepository
()
public
void
testDeleteContentUnknownId
()
public
void
testDeleteNotPresent
()
public
void
testDeleteOrdinal
()
public
void
testDeleteOrdinalRestricted
()
public
void
testDeletePojo
()
public
void
testHasContent
()
public
void
testHasContentRepository
()
public
void
testInstantiation
()
public
void
testMoveIllegalArguments
()
public
void
testMoveNotOrdinalConstraint
()
public
void
testMoveNotOrdinalInvalidOrdinalType
()
public
void
testMoveOrdinal
()
public
void
testMoveOrdinalRestricted
()
public
void
testMoveRestrictionInvalidType
()
public
void
testMoveRestrictionNull
()
public
void
testMoveUnknownOrdinal
()
public
void
testMoveUnknownProperty
()
public
void
testMoveUnknownRestriction
()
public
void
testRestore
()
public
void
testRestoreById
()
public
void
testRestoreByIdAutoRetrieved
()
public
void
testRestoreByIdNonCmfProperties
()
public
void
testRestoreByIdPojo
()
public
void
testRestoreFirst
()
public
void
testRestoreQuery
()
public
void
testRestoreRepository
()
public
void
testSaveContent
()
public
void
testSaveContentOtherTable
()
public
void
testSaveContentRaw
()
public
void
testSaveContentRepository
()
public
void
testSaveContentUpdate
()
public
void
testSaveContentUpdateRepository
()
public
void
testSaveOrdinal
()
public
void
testSaveOrdinalRestricted
()
public
void
testSaveOrdinalRestrictedInvalidType
()
public
void
testSaveOrdinalRestrictedUnknownRestriction
()
public
void
testSavePojo
()
public
void
testStoreEmptyContent
()
public
void
testStoreEmptyContentIllegalArguments
()
public
void
testStoreEmptyContentMimeTypeExpected
()
public
void
testStoreEmptyContentMissingIdentifier
()
public
void
testStoreEmptyContentPojo
()
public
void
testStoreEmptyContentRepository
()
public
void
testStoreEmptyContentUnknownProperty
()
Constructor Detail
TestContentQueryManager
public
TestContentQueryManager(
Datasource
datasource,
String
datasourceName,
String
name)
(Code)
Method Detail
setUp
public
void setUp() throws
Exception
(Code)
tearDown
public
void tearDown() throws
Exception
(Code)
testBuildCmfPathBean
public
void testBuildCmfPathBean() throws
Exception
(Code)
testBuildCmfPathBeanRepository
public
void testBuildCmfPathBeanRepository() throws
Exception
(Code)
testBuildCmfPathId
public
void testBuildCmfPathId() throws
Exception
(Code)
testBuildCmfPathIdRepository
public
void testBuildCmfPathIdRepository() throws
Exception
(Code)
testBuildServeContentPathBean
public
void testBuildServeContentPathBean() throws
Exception
(Code)
testBuildServeContentPathBeanRepository
public
void testBuildServeContentPathBeanRepository() throws
Exception
(Code)
testBuildServeContentPathId
public
void testBuildServeContentPathId() throws
Exception
(Code)
testBuildServeContentPathIdRepository
public
void testBuildServeContentPathIdRepository() throws
Exception
(Code)
testDeleteContent
public
void testDeleteContent() throws
Exception
(Code)
testDeleteContentNonCmfProperty
public
void testDeleteContentNonCmfProperty() throws
Exception
(Code)
testDeleteContentRepository
public
void testDeleteContentRepository() throws
Exception
(Code)
testDeleteContentUnknownId
public
void testDeleteContentUnknownId() throws
Exception
(Code)
testDeleteNotPresent
public
void testDeleteNotPresent() throws
Exception
(Code)
testDeleteOrdinal
public
void testDeleteOrdinal() throws
Exception
(Code)
testDeleteOrdinalRestricted
public
void testDeleteOrdinalRestricted() throws
Exception
(Code)
testDeletePojo
public
void testDeletePojo() throws
Exception
(Code)
testHasContent
public
void testHasContent() throws
Exception
(Code)
testHasContentRepository
public
void testHasContentRepository() throws
Exception
(Code)
testInstantiation
public
void testInstantiation()
(Code)
testMoveIllegalArguments
public
void testMoveIllegalArguments() throws
Exception
(Code)
testMoveNotOrdinalConstraint
public
void testMoveNotOrdinalConstraint() throws
Exception
(Code)
testMoveNotOrdinalInvalidOrdinalType
public
void testMoveNotOrdinalInvalidOrdinalType() throws
Exception
(Code)
testMoveOrdinal
public
void testMoveOrdinal() throws
Exception
(Code)
testMoveOrdinalRestricted
public
void testMoveOrdinalRestricted() throws
Exception
(Code)
testMoveRestrictionInvalidType
public
void testMoveRestrictionInvalidType() throws
Exception
(Code)
testMoveRestrictionNull
public
void testMoveRestrictionNull() throws
Exception
(Code)
testMoveUnknownOrdinal
public
void testMoveUnknownOrdinal() throws
Exception
(Code)
testMoveUnknownProperty
public
void testMoveUnknownProperty() throws
Exception
(Code)
testMoveUnknownRestriction
public
void testMoveUnknownRestriction() throws
Exception
(Code)
testRestore
public
void testRestore() throws
Exception
(Code)
testRestoreById
public
void testRestoreById() throws
Exception
(Code)
testRestoreByIdAutoRetrieved
public
void testRestoreByIdAutoRetrieved() throws
Exception
(Code)
testRestoreByIdNonCmfProperties
public
void testRestoreByIdNonCmfProperties() throws
Exception
(Code)
testRestoreByIdPojo
public
void testRestoreByIdPojo() throws
Exception
(Code)
testRestoreFirst
public
void testRestoreFirst() throws
Exception
(Code)
testRestoreQuery
public
void testRestoreQuery() throws
Exception
(Code)
testRestoreRepository
public
void testRestoreRepository() throws
Exception
(Code)
testSaveContent
public
void testSaveContent() throws
Exception
(Code)
testSaveContentOtherTable
public
void testSaveContentOtherTable() throws
Exception
(Code)
testSaveContentRaw
public
void testSaveContentRaw() throws
Exception
(Code)
testSaveContentRepository
public
void testSaveContentRepository() throws
Exception
(Code)
testSaveContentUpdate
public
void testSaveContentUpdate() throws
Exception
(Code)
testSaveContentUpdateRepository
public
void testSaveContentUpdateRepository() throws
Exception
(Code)
testSaveOrdinal
public
void testSaveOrdinal() throws
Exception
(Code)
testSaveOrdinalRestricted
public
void testSaveOrdinalRestricted() throws
Exception
(Code)
testSaveOrdinalRestrictedInvalidType
public
void testSaveOrdinalRestrictedInvalidType() throws
Exception
(Code)
testSaveOrdinalRestrictedUnknownRestriction
public
void testSaveOrdinalRestrictedUnknownRestriction() throws
Exception
(Code)
testSavePojo
public
void testSavePojo() throws
Exception
(Code)
testStoreEmptyContent
public
void testStoreEmptyContent() throws
Exception
(Code)
testStoreEmptyContentIllegalArguments
public
void testStoreEmptyContentIllegalArguments() throws
Exception
(Code)
testStoreEmptyContentMimeTypeExpected
public
void testStoreEmptyContentMimeTypeExpected() throws
Exception
(Code)
testStoreEmptyContentMissingIdentifier
public
void testStoreEmptyContentMissingIdentifier() throws
Exception
(Code)
testStoreEmptyContentPojo
public
void testStoreEmptyContentPojo() throws
Exception
(Code)
testStoreEmptyContentRepository
public
void testStoreEmptyContentRepository() throws
Exception
(Code)
testStoreEmptyContentUnknownProperty
public
void testStoreEmptyContentUnknownProperty() throws
Exception
(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.