Alex

Results 4 comments of Alex

I'd +1 this request. I've a similar problem where I'd like to do something like: ``` { "definitions":{ "domain": { //interface or abstract class? "properties":{ "name":{ "enum": ["science","engineering"] }, "subdomain":{...

Yup the nested class looks like this: ``` public class ExtendedStage, SELF> extends ExtendedStage { private SELF reverse; private ScenarioBase scenarioBase; @Hidden public NESTED withReverse(SELF reverse) { this.reverse = reverse;...

hey @janschaefer I've made my implementation public: https://github.com/Lovett1991/JGiven-Extension It's pretty hacky, but I've used it in several projects now with moderately complex tests and it works quite nicely (for me...

That is the repo. It has been quite some time since I’ve looked into this. If it’s a feature you’re looking to add to the repository then I can see...