albertofaci
Results
1
comments of
albertofaci
This feature would be brilliant. For the moment one of the things we're thinking about is this: ``` given().a_customer(customer().withName("John")) ``` where ``` java MyStage.java public MyStage a_customer(MyCustomerBuilder myCustomerBuilder) { this.customer...