@Retention(value=RUNTIME) public @interface CombinedParameters
public abstract String[] value
Example:
@CombinedParameters({"han,chewie","33,204"})
public void shouldTestAllNameAgeCombinations(String name, Integer age)
Copyright © 2016 Pragmatists. All rights reserved.