Add Before and After Parameterized Run annotations #45
Closed
Description
opened on Nov 16, 2009
Currently there is no simple way for a method to be invoked before or after a Parameterized instance is ran.
Said another way, along with @BeforeClass and @afterclass there should be @BeforeParameterRun @AfterParameterRun. Each fires before/after a Parameterized instance is ran.
Activity