net.sf.sasl.aop.distributed.lock
Class DistributedLockAspectIntegrationTest

java.lang.Object
  extended by org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
      extended by net.sf.sasl.aop.distributed.lock.DistributedLockAspectIntegrationTest
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware

@ContextConfiguration(locations="classpath:/net/sf/sasl/aop/distributed/lock/distributedLockAspectIntegrationTest.xml")
public class DistributedLockAspectIntegrationTest
extends org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests

Integration test cases for the DistributedLockAspectIntegration class in combination with spring and a lock provider.

Author:
Philipp Förmer

Nested Class Summary
static class DistributedLockAspectIntegrationTest.DummyService
           
static interface DistributedLockAspectIntegrationTest.IDummyService
           
 
Field Summary
 
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger
 
Constructor Summary
DistributedLockAspectIntegrationTest()
           
 
Method Summary
 void testRunIntegrationTest()
          Runs the integration test.
 
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DistributedLockAspectIntegrationTest

public DistributedLockAspectIntegrationTest()
Method Detail

testRunIntegrationTest

public void testRunIntegrationTest()
                            throws Exception
Runs the integration test.

Throws:
Exception


Copyright © 2010. All Rights Reserved.