org.alfresco.repo.transaction
Class TransactionServiceImplTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.alfresco.repo.transaction.TransactionServiceImplTest
All Implemented Interfaces:
junit.framework.Test

public class TransactionServiceImplTest
extends junit.framework.TestCase

See Also:
TransactionServiceImpl

Constructor Summary
TransactionServiceImplTest()
           
 
Method Summary
 void setUp()
           
 void testGetRetryingTransactionHelper()
           
 void testNonPropagatingTxn()
           
 void testPropagatingTxn()
           
 void testReadOnlyTxn()
           
 void testReadOnlyVetoTxn()
          Test the write veto
 
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

TransactionServiceImplTest

public TransactionServiceImplTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

testPropagatingTxn

public void testPropagatingTxn()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testNonPropagatingTxn

public void testNonPropagatingTxn()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testReadOnlyTxn

public void testReadOnlyTxn()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testReadOnlyVetoTxn

public void testReadOnlyVetoTxn()
                         throws java.lang.Exception
Test the write veto

Throws:
java.lang.Exception

testGetRetryingTransactionHelper

public void testGetRetryingTransactionHelper()


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