#76 - Optmize check "Run utPLSQL test" menu option by PhilippSalvisberg · Pull Request #77 · utPLSQL/utPLSQL-SQLDeveloper
class DalTest extends AbstractJdbcTest {
@Test @Ignore def void containsUtplsqlTest999() { containsUtplsqlTest("9.9.9") def void containsUtplsqlTest318() { containsUtplsqlTest("3.1.8") }
def void annotations(String utPlsqlVersion) {
@Test def void annotations999() { annotations("9.9.9") def void annotations318() { annotations("3.1.8") }
def void testablesPackages(String utPlsqlVersion) {
@Test def void testablesPackages999() { testablesPackages("9.9.9") def void testablesPackages318() { testablesPackages("3.1.8") }
def void testablesTypes(String utPlsqlVersion) {
@Test def void testablesTypes999() { testablesTypes("9.9.9") def void testablesTypes318() { testablesTypes("3.1.8") }
def void testablesFunctions(String utPlsqlVersion) {
@Test def void testablesFunctions999() { testablesFunctions("9.9.9") def void testablesFunctions318() { testablesFunctions("3.1.8") }
def void testablesProcedures(String utPlsqlVersion) {
@Test def void testablesProcedures999() { testablesProcedures("9.9.9") def void testablesProcedures318() { testablesProcedures("3.1.8") }
def void runnables(String utPlsqlVersion) {
@Test def void runnables999() { runnables("9.9.9") def void runnables318() { runnables("3.1.8") }
@Test