Does anyone know how to handle this.
@RunWith(SpringJUnit4ClassRunner.class) @RunWith(Parametrized.class) @ContextConfiguration("/META-INF/blah-spring-test.xml") public class BlahTest ..
so I want to have a spring nature test and at the same time I want it to be parameterized to avoid code duplication ...
spring junit annotations
maryoush
source share