public void SetUp()
 {
     this.pooledPooledSessionFactoryMock = new PooledSessionFactoryMock();
     this.testee = new DTCTransactionSessionFactory(this.pooledPooledSessionFactoryMock);
 }
 public void SetUp()
 {
     this.pooledPooledSessionFactoryMock = new PooledSessionFactoryMock();
     this.testee = new ActiveMqTransactionSessionFactory(this.pooledPooledSessionFactoryMock);
 }
 public void SetUp()
 {
     pooledPooledSessionFactoryMock = new PooledSessionFactoryMock();
     testee = new ActiveMqTransactionSessionFactory(pooledPooledSessionFactoryMock);
 }
Exemple #4
0
 public void SetUp()
 {
     pooledPooledSessionFactoryMock = new PooledSessionFactoryMock();
     testee = new DTCTransactionSessionFactory(pooledPooledSessionFactoryMock);
 }