|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.opencms.test.OpenCmsTestCase
org.opencms.file.TestCopy
public class TestCopy
Unit tests for copy operation.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.opencms.test.OpenCmsTestCase |
---|
OpenCmsTestCase.ConnectionData |
Field Summary |
---|
Fields inherited from class org.opencms.test.OpenCmsTestCase |
---|
ARTICLE_TYPEID, DB_MYSQL, DB_ORACLE, m_additionalConnection, m_configuration, m_currentResourceStrorage, m_defaultConnection, m_defaultTablespace, m_indexTablespace, m_resourceStorages, m_setupConnection, m_tempTablespace |
Constructor Summary | |
---|---|
TestCopy(String arg0)
Default JUnit constructor. |
Method Summary | |
---|---|
static junit.framework.Test |
suite()
Test suite for this test class. |
void |
testCopyCategories()
Tests the copy of a resource with assigned categories. |
void |
testCopyFolderAsNew()
Tests the "copy a folder as new" operation. |
void |
testCopyFolderDateIssue()
Tests the copy operation for a folder, checking if the date of the new folder is the current date. |
void |
testCopyFolderRecursive()
Tests the "copy a folder recursive" bug. |
void |
testCopyFolderWithLockedSibling()
Tests to copy a folder with a (from other user) locked sibling. |
void |
testCopyOverwriteDeletedFile()
Tests the to copy a single resource to a destination that already exists but is marked as deleted. |
void |
testCopyOverwriteLockedDeletedFile()
Tests the to copy a single resource to a destination that already exists but is marked as deleted and locked by another user. |
void |
testCopySiblings()
Tests the copy of siblings. |
void |
testCopySingleResourceAsNew()
Tests the "copy single resource as new" operation. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TestCopy(String arg0)
arg0
- JUnit parametersMethod Detail |
---|
public static junit.framework.Test suite()
public void testCopyCategories() throws Exception
Exception
- if the test failspublic void testCopyFolderAsNew() throws Exception
Exception
- if the test failspublic void testCopyFolderDateIssue() throws Exception
Exception
- if the test failspublic void testCopyFolderRecursive() throws Exception
Exception
- if the test failspublic void testCopyFolderWithLockedSibling() throws Exception
Exception
- if the test failspublic void testCopyOverwriteDeletedFile() throws Exception
Exception
- if the test failspublic void testCopyOverwriteLockedDeletedFile() throws Exception
Exception
- if the test failspublic void testCopySiblings() throws Exception
Exception
- if the test failspublic void testCopySingleResourceAsNew() throws Exception
Exception
- if the test fails
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |