net.sf.sasl.aop.exception.handling
Class IntegrationTest

java.lang.Object
  extended by org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
      extended by net.sf.sasl.aop.exception.handling.IntegrationTest
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware

@ContextConfiguration(locations="classpath:net/sf/sasl/aop/exception/handling/integrationTest.xml")
public class IntegrationTest
extends org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests

Small integration test case for the ServiceExceptionFirewallAspect class.

Author:
Philipp Förmer

Field Summary
 
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger
 
Constructor Summary
IntegrationTest()
           
 
Method Summary
 void runIntegrationTest()
          Runs an integration test for the aspect.
 void setUp()
           
 
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

IntegrationTest

public IntegrationTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

runIntegrationTest

public void runIntegrationTest()
                        throws Exception
Runs an integration test for the aspect.

Throws:
Exception


Copyright © 2010. All Rights Reserved.