woldie

Results 2 issues of woldie

Would it be possible to express multi-dimensional test data by allowing a sequence of two or more where clauses? ``` package com.example import spock.lang.Specification class ComplexProblemTest extends Specification { @Unroll...

enhancement

`isServletApi` in `org.akhikhl.gretty.JettyConfigurerImpl` uses an overly broad matcher to determine if a jar dependency in the war is a servlet-api jar and needs to be filtered from the classpath. I...