public class SqlScriptProvider<T extends Annotation> extends ResourceProvider<SqlScriptResourceDescriptor>
metadataExtractor, resourceAnnotationdefaultFolder, determineLocation, getDescriptors, getDescriptorsDefinedFor, obtainClassLevelDataSetpublic static <K extends Annotation> SqlScriptProviderBuilder<K> forAnnotation(Class<K> annotation)
public static SqlScriptProvider<CleanupUsingScript> createProviderForCleanupScripts(org.jboss.arquillian.test.spi.TestClass testClass, ScriptingConfiguration configuration)
public static SqlScriptProvider<ApplyScriptAfter> createProviderForScriptsToBeAppliedAfterTest(org.jboss.arquillian.test.spi.TestClass testClass, ScriptingConfiguration configuration)
public static SqlScriptProvider<ApplyScriptBefore> createProviderForScriptsToBeAppliedBeforeTest(org.jboss.arquillian.test.spi.TestClass testClass, ScriptingConfiguration configuration)
public static SqlScriptProvider<CreateSchema> createProviderForCreateSchemaScripts(org.jboss.arquillian.test.spi.TestClass testClass, ScriptingConfiguration configuration)
protected FileSqlScriptResourceDescriptor createDescriptor(String dataFileName)
createDescriptor in class ResourceProvider<SqlScriptResourceDescriptor>protected String defaultLocation()
defaultLocation in class ResourceProvider<SqlScriptResourceDescriptor>protected String defaultFileName()
defaultFileName in class ResourceProvider<SqlScriptResourceDescriptor>public Collection<String> getResourceFileNames(Method testMethod)
getResourceFileNames in class ResourceProvider<SqlScriptResourceDescriptor>Copyright © 2013 JBoss by Red Hat. All Rights Reserved.