Arquillian Persistence Extension API 1.0.0.Alpha4

org.jboss.arquillian.persistence
Annotation Type ApplyScriptAfter


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface ApplyScriptAfter

Defines SQL scripts applied on test database before test method execution.
If files are not specified explicitly, following strategy is applied:



Presence of this annotation in the test class enables Arquillian Persistence Extension.

Author:
Bartosz Majsak

Optional Element Summary
 String[] value
           
 

value

public abstract String[] value
Default:
""

Arquillian Persistence Extension API 1.0.0.Alpha4

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