How can i add the multiple @RunWith or there are any other alternative available. I must use the Parameterized.class with other class which i cannnot exclude
@RunWith(ScenarioStepRunner.class)
@RunWith(Parameterized.class)
public class Test{
}
How can i add the multiple @RunWith or there are any other alternative available. I must use the Parameterized.class with other class which i cannnot exclude
@RunWith(ScenarioStepRunner.class)
@RunWith(Parameterized.class)
public class Test{
}