public class TestDefaultTransactionalExecutorBase extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TestDefaultTransactionalExecutorBase.CallbackException |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionCallback<Object> |
callback |
protected Throwable |
callbackThrows |
protected Connection |
connection |
protected DefaultTransactionalExecutor |
defaultTransactionalExecutor |
org.junit.rules.ExpectedException |
expectedException |
protected HostConnectionAccessor |
hostConnectionAccessor |
protected Object |
result |
protected com.atlassian.sal.core.rdbms.WrappedConnection |
wrappedConnection |
| Constructor and Description |
|---|
TestDefaultTransactionalExecutorBase() |
public org.junit.rules.ExpectedException expectedException
protected DefaultTransactionalExecutor defaultTransactionalExecutor
@Mock protected HostConnectionAccessor hostConnectionAccessor
@Mock protected Connection connection
@Mock protected ConnectionCallback<Object> callback
@Mock protected Object result
protected com.atlassian.sal.core.rdbms.WrappedConnection wrappedConnection
protected Throwable callbackThrows
Copyright © 2015 Atlassian. All rights reserved.