All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ework.profiles.base.2023.1.0-M2.source-code.create-unit-test.yml Maven / Gradle / Ivy

description:
    - Creates a unit test
    - usage: 'create-unit-test [test name]'
    - completer: org.grails.cli.interactive.completers.AllClassCompleter
    - argument: "Unit Test Name"
      description: "The name of the unit test"
    - flag: force
      description: Whether to override existing files
steps:
 - command: render
   template: templates/testing/Generic.groovy
   destination: src/test/groovy/@artifact.package.path@/@[email protected]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy