Jeff Roberts

Results 5 issues of Jeff Roberts

If you create a custom Configuration class and add your own custom closures for: beforeSuite, afterSuite, beforeEach afterEach and then use pending (instead of it/xit/fit) on your Quick tests, none...

enhancement
discussion

Currently, the Command implementation in the application treats all Commands the same. All implement a runAsync method regardless of whether they are truly async or not. Further, the asynchronous mechanism...

enhancement

The Typhoon assemblies should not be part of each code module and instead should be exclusively owned by the app.

enhancement

To better match the definition of a command, all task classes and folders should be renamed from xyzTask to xyzCommand and the method on the protocol should be renamed from...

enhancement

Is there an option for the plugin to generate a .toBuilder() method similar to the one Lombok generates when you annotate a class with @Builder? I'm assuming not as I...