public interface SimpleContainer
| Modifier and Type | Method and Description |
|---|---|
default Method |
getAnnotatedMethodWithAnnotation(Class<?> testClass,
Class<? extends Annotation> annotation)
Returns the method that is annotated with given annotation.
|
default boolean |
isContainerFactory(Class<?> cls) |
default SimpleContainer |
requestedMavenArtifacts(Set<String> artifacts) |
SimpleContainer |
setJavaVmArguments(String javaVmArguments) |
void |
start(org.jboss.shrinkwrap.api.Archive<?> archive) |
void |
stop() |
SimpleContainer setJavaVmArguments(String javaVmArguments)
default SimpleContainer requestedMavenArtifacts(Set<String> artifacts)
default boolean isContainerFactory(Class<?> cls)
default Method getAnnotatedMethodWithAnnotation(Class<?> testClass, Class<? extends Annotation> annotation)
testClass - where annotation is searched.annotation - type of annotationCopyright © 2016 JBoss by Red Hat. All rights reserved.