Arquillian Spring Framework 3 Service Deployer 1.0.0.Alpha1

org.jboss.arquillian.spring.test.annotation
Annotation Type SpringAnnotatedConfiguration


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface SpringAnnotatedConfiguration

Annotation used for configuring Spring application context for the given test using java-based config.

Version:
$Revision: $
Author:
Jakub Narloch

Optional Element Summary
 Class<?>[] classes
          The annotated class that should be loaded by the application context.
 Class<? extends org.springframework.context.ApplicationContext> contextClass
          The custom context class to be used when instantiating the application context.
 String[] packages
          The packages that will scanned for annotated classes.
 

classes

public abstract Class<?>[] classes

The annotated class that should be loaded by the application context.

Default:
{}

packages

public abstract String[] packages

The packages that will scanned for annotated classes.

Default:
{}

contextClass

public abstract Class<? extends org.springframework.context.ApplicationContext> contextClass

The custom context class to be used when instantiating the application context.

Default:
org.springframework.context.ApplicationContext.class

Arquillian Spring Framework 3 Service Deployer 1.0.0.Alpha1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.