Liferay 7.0-ce-b4

com.liferay.portal.service.test
Class BaseLocalServiceTreeTestCase

java.lang.Object
  extended by com.liferay.portal.service.test.BaseLocalServiceTreeTestCase

public abstract class BaseLocalServiceTreeTestCase
extends Object


Field Summary
protected  Group group
           
 
Constructor Summary
BaseLocalServiceTreeTestCase()
           
 
Method Summary
protected abstract  TreeModel addTreeModel(TreeModel parentTreeModel)
           
protected  void createTree()
           
protected abstract  void deleteTreeModel(TreeModel treeModel)
           
protected abstract  TreeModel getTreeModel(long primaryKey)
           
protected abstract  void rebuildTree()
           
 void setUp()
           
 void tearDown()
           
 void testRebuildTree()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

group

@DeleteAfterTestRun
protected Group group
Constructor Detail

BaseLocalServiceTreeTestCase

public BaseLocalServiceTreeTestCase()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testRebuildTree

public void testRebuildTree()
                     throws Exception
Throws:
Exception

addTreeModel

protected abstract TreeModel addTreeModel(TreeModel parentTreeModel)
                                   throws Exception
Throws:
Exception

createTree

protected void createTree()
                   throws Exception
Throws:
Exception

deleteTreeModel

protected abstract void deleteTreeModel(TreeModel treeModel)
                                 throws Exception
Throws:
Exception

getTreeModel

protected abstract TreeModel getTreeModel(long primaryKey)
                                   throws Exception
Throws:
Exception

rebuildTree

protected abstract void rebuildTree()
                             throws Exception
Throws:
Exception

Liferay 7.0-ce-b4