Support classes for testing with services that require
authorErik Brakkee <erik@brakkee.org>
Sun, 25 Apr 2010 21:31:31 +0000 (21:31 +0000)
committerErik Brakkee <erik@brakkee.org>
Sun, 25 Apr 2010 21:31:31 +0000 (21:31 +0000)
commit4c4b45259c4af24c2551c40df72ad776dd037cbe
tree41e5a5b484fb457307fa09ba051c9af506a5c406
parentdd174318e1f8b2afa8a17ffc7e3775d65d0401ca
Support classes for testing with services that require
a transaction scoped transaction manager.
test/enterprise/src/main/java/org/wamblee/support/ThreadSpecificProxyFactory.java [new file with mode: 0644]
test/enterprise/src/main/java/org/wamblee/support/persistence/TransactionProxyFactory.java [new file with mode: 0644]
test/enterprise/src/test/java/org/wamblee/support/ThreadSpecificProxyFactoryTest.java [new file with mode: 0644]
test/enterprise/src/test/java/org/wamblee/support/persistence/TransactionProxyFactoryTestBase.java [new file with mode: 0644]