Jan Schäfer

Results 70 comments of Jan Schäfer

Ok. I also think that data tables are hard to get in this example. However, you might want to use table parameters. See http://jgiven.org/docs/parameterizedsteps/ and http://jgiven.org/javadoc/com/tngtech/jgiven/annotation/Table.html. Using that you could...

I agree, I had the same idea, but forgot to create an issue for that :-). Basic idea would be to give the table annotation an attribute to enable these...

I think the most simplest implementation would be to provide an attribute to `@IntroWord` where you could specify the text for the first occurrence and/or of a word and the...

Sounds like a useful extension. Could you make a concrete example of how you would expect this to look like in Maven? What would be the Maven-native way of doing...

Hi Niko, no, there is no such mechanism yet. I also cannot think of a way to do this programmatically, sorry. But it might be a nice new feature for...

I currently cannot reproduce the issue. I guess, however, that it is related to #63. Which Java version did you use?

Just to validate: could you make the super-class non-abstract and test whether it works then?

Ok, I see. I will try to play around a bit to see whether I can reproduce the issue.