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

templates.testing.Controller.groovy Maven / Gradle / Ivy

There is a newer version: 2023.1.0-M1
Show newest version
@artifact.package@
import grails.testing.web.controllers.ControllerUnitTest
import spock.lang.Specification

class @artifact.name@ControllerSpec extends Specification implements ControllerUnitTest<@artifact.name@Controller> {

    def setup() {
    }

    def cleanup() {
    }

    void "test something"() {
        expect:"fix me"
        true == false
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy