@Retention(value=RUNTIME) public @interface NamedParameters
public abstract String value
On a test case, use the @see Parameters annotation with the option "named" to link to use the corresponding parameters.
Example: @NamedParameters("exemplaryPeople")
Corresponding test case annotation example:
@Parameters(named = "exemplaryPeople")
Copyright © 2017 Pragmatists. All rights reserved.