@Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR}) @Documented public @interface Factory
| Modifier and Type | Optional Element and Description |
|---|---|
String |
dataProvider
The name of the data provider for this test method.
|
Class<?> |
dataProviderClass
The class where to look for the data provider.
|
boolean |
enabled
Whether this factory is enabled.
|
int[] |
indices |
public abstract String dataProvider
DataProviderpublic abstract Class<?> dataProviderClass
Copyright © 2025. All rights reserved.