| org.obe.test.OBETestCase
All known Subclasses: org.obe.test.AbstractRepositoryTest, org.obe.test.OBEClientTest,
OBETestCase | abstract public class OBETestCase extends TestCase (Code) | | Abstract base test case that optionally manages user transactions.
author: Adrian Price |
_authenticateInternal | protected boolean _authenticateInternal(Code) | | |
_runTestInTransaction | protected boolean _runTestInTransaction(Code) | | |
_utx | protected static UserTransaction _utx(Code) | | |
begin | public void begin(WebRequest request)(Code) | | Generic beginXXX(WebRequest) method, to support HTTP authentication.
Parameters: request - The web request. |
beginTransaction | final protected void beginTransaction()(Code) | | |
commitTransaction | final protected void commitTransaction()(Code) | | |
completeTransaction | protected void completeTransaction()(Code) | | |
getLogger | abstract protected Log getLogger()(Code) | | |
getUserTransaction | protected UserTransaction getUserTransaction()(Code) | | Provides J2EE-compliant access to the UserTransaction object.
The UserTransaction object. |
rollbackTransaction | final protected void rollbackTransaction()(Code) | | |
|
|