Christian Rumpf

Results 6 comments of Christian Rumpf

> While it would be nice to have in ESI, this information is in the SDE, in invTypeMaterials. thanks for the info. Was looking at the wrong folder. Still having...

Test analysis are mostly done after the test execution, so I think it's ok to just have them in one of the AfterXXX interfaces. Getting arguments before test execution would...

Will this extension also be called when method just contains `TestInfo` or `TestReporter`? According to previous posts I can imagine that this might happen and if it would be critical...

You can easily ignore these arguments just by using "instanceof TestInfo" or "instanceof TestReporter", no need to create special cases because of that.

> > Changing the array would cause the test method to be called with changed arguments. > That seems potentially risky. I'll have to ponder that a bit. :wink: I...

Can you also provide examples for error/exception handling within `ParameterResolver` which are actually not `ParameterResolutionExceptions` (i.e. `resolveParameter()` reads a File where an `IOException` is thrown)?