atunit.spring
Annotation Type Context


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

Specifies the location of Spring XML context configuration file to load. The classpath will be searched for the name provided. Bean definitions loaded from the XML file will be merged into the same context as bean definitions from test class fields.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value