templates.mws.PluginSpec.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of moab-sdk Show documentation
Show all versions of moab-sdk Show documentation
Gradle plugins comprising a plugin SDK for Moab.
<%=packageName ? 'package '+packageName : '' %>
import spock.lang.*
import com.adaptc.mws.plugins.testing.*
@TestFor(<%=className%>)
class <%=testClassName%> extends Specification {
def "Feature of the plugin"() {
given:
plugin.id = "myId"
when:
def id = plugin.id
then:
id=="myId"
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy