Comment From: wilkinsona
I'm seeing some problems with parameterised tests where each test run by ModifiedClassPathExtension runs multiple tests. For example, if there's a parameterised test with an arguments source that provides two sets of arguments, the test run for the first set of arguments will actually tun the test twice, once for each set of arguments.