Package org.fcrepo.client.integration
Class FcrepoTransactionIT
- java.lang.Object
-
- org.fcrepo.client.integration.AbstractResourceIT
-
- org.fcrepo.client.integration.FcrepoTransactionIT
-
public class FcrepoTransactionIT extends AbstractResourceIT
Tests against the Fedora Transaction API- Author:
- mikejritter
-
-
Field Summary
-
Fields inherited from class org.fcrepo.client.integration.AbstractResourceIT
HOSTNAME, SERVER_ADDRESS, SERVER_PORT
-
-
Constructor Summary
Constructors Constructor Description FcrepoTransactionIT()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidafterClass()static voidbeforeClass()voidtestStartWithTxEndpoint()voidtestTransactionCommit()voidtestTransactionKeepAlive()voidtestTransactionRollback()voidtestTransactionStatus()-
Methods inherited from class org.fcrepo.client.integration.AbstractResourceIT
getResponseModel
-
-
-
-
Constructor Detail
-
FcrepoTransactionIT
public FcrepoTransactionIT()
-
-
Method Detail
-
beforeClass
public static void beforeClass()
-
afterClass
public static void afterClass() throws IOException
- Throws:
IOException
-
testStartWithTxEndpoint
public void testStartWithTxEndpoint() throws Exception
- Throws:
Exception
-
testTransactionCommit
public void testTransactionCommit() throws Exception
- Throws:
Exception
-
testTransactionKeepAlive
public void testTransactionKeepAlive() throws Exception
- Throws:
Exception
-
testTransactionStatus
public void testTransactionStatus() throws Exception
- Throws:
Exception
-
testTransactionRollback
public void testTransactionRollback() throws Exception
- Throws:
Exception
-
-