Skip to content

Instantly share code, notes, and snippets.

@helpermethod
Last active April 19, 2018 13:32
Show Gist options
  • Save helpermethod/a8382e365e7505b213057e84df45f9b2 to your computer and use it in GitHub Desktop.
Save helpermethod/a8382e365e7505b213057e84df45f9b2 to your computer and use it in GitHub Desktop.
Spring Boot Test Generator Plugin

TODO

  • create a custom task
  • create an extension object
  • map project properties to extension properties
generator {
    configuration {
        runner = 'junit-5'
    }
    types {
        webMvc {
            // @MockBean for each dependency
            // one test for each controller
        }
        dataJpa {
            // generate
        }
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment