@Target(value=TYPE) @Retention(value=RUNTIME) public @interface RepositoryConfigs
@RepositoryConfigs({ @RepositoryConfig(type = BackendType.H2), @RepositoryConfig(type = BackendType.JCR) }) @SuiteClasses({ Test1.class, Test2.class }) @RunWith(MultiNuxeoCoreRunner.class) public class MySuite { }
Modifier and Type | Optional Element and Description |
---|---|
RepositoryConfig[] |
value |
public abstract RepositoryConfig[] value
Copyright © 2015 Nuxeo SA. All rights reserved.