org.alfresco.repo.domain.node
Class NodeDAOTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.alfresco.repo.domain.node.NodeDAOTest
All Implemented Interfaces:
junit.framework.Test

public class NodeDAOTest
extends junit.framework.TestCase

Additional tests for the Node DAO.

Since:
3.4
See Also:
NodeDAO

Constructor Summary
NodeDAOTest()
           
 
Method Summary
 void setUp()
           
 void testGetNodesWithAspects()
           
 void testGetPrimaryChildAcls()
           
 void testTransaction()
           
 void xtestNewStore()
          TODO: Clean up after test or force indexing on the stores
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeDAOTest

public NodeDAOTest()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

testTransaction

public void testTransaction()
                     throws java.lang.Throwable
Throws:
java.lang.Throwable

xtestNewStore

public void xtestNewStore()
                   throws java.lang.Exception
TODO: Clean up after test or force indexing on the stores

Throws:
java.lang.Exception

testGetNodesWithAspects

public void testGetNodesWithAspects()
                             throws java.lang.Throwable
Throws:
java.lang.Throwable

testGetPrimaryChildAcls

public void testGetPrimaryChildAcls()
                             throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.