Sam

Results 461 comments of Sam

This would be great - but I wouldn't want to introduce a CSV library dependency to the main framework. I would do something like this: Add an interface called `DataSource2|3|4|5`...

`withData` is meant to be your test scope. You don't need to add further nests inside it. It's not really meant for use with something as structured as given when...

WithData tests are always final state tests. Until we move away from junit platform this limitation will remain in place unfortunately.

It's because there is an :Any type bound on the nested withData causing it to bind to the root scope. See fix.

I don't think the existing stuff supports the wildcard @jschneidereit ?

I think this feature is good because in the future the launcher will need to know tests before we get into the engine, as we build out our own gradle...

We can merge this once green.

@Kantis I'm happy if you are.

> I don't understand the `ref` package. Most of changes are related to this refactor hahah I just moved out the spec ref interceptors from the spec interceptors