initializationError with Eclipse and JUNIT4 when executing a single test
问题 My test class is this one: /** * The Class TestAddSubscriber. */ @RunWith(LabelledParameterized.class) public class TestAddSubscriber extends AbstractTestSubscriber { /** * Instantiates a new test add subscriber. * * @param label * the label * @param apiKey * the api key * @param userKey * the user key * @param customerId * the customer id */ public TestAddSubscriber(String label, String apiKey, String userKey, int customerId) { super(label, apiKey, userKey, customerId); } /** * @see com