Jeff Roberts
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...
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...
The Typhoon assemblies should not be part of each code module and instead should be exclusively owned by the app.
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...
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...