<p>Here is some info for filling in some (spock) blanks in the test framework comparison table.</p>
<p>IDE Integration:  <a href="http://spockframework.org/spock/docs/1.3/all_in_one.html#_experimental_dsl_support_for_intellij_idea" rel="nofollow">Experimental stage</a></p>
<p>Gradle Integration: +</p>
<p>Parameterized Tests: +        Groovy example:</p>
<pre><code>def "sample parameterized test"() {   
given:  
        def app = new CalculatorApp()    
when:  
        def resultSum = app.add(input1, input2)     
then:  
    resultSum == expectedResult      
where:  
    input1 |input2  |expectedResult  
    10     |15      |25  
    -4     |6       |2  
}  
</code></pre>
<p>Test Dependencies:  Groovy, JUnit, Jetbrains Annotations, ant 1.9.7, ow2.asm 7.0, net.bytebuddy 1.9.3, cglib 3.2.9, objenesis 2.6</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/proposals/issues/74?email_source=notifications&email_token=AJFFTNRMBAQSSRRNON2P7M3QDGCBVA5CNFSM4GXXKAV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3VJLCI#issuecomment-518690185">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWKIDDAQTGRMAVU7PLQDGCBVANCNFSM4GXXKAVQ">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNTLGAD64R4SACQFFADQDGCBVA5CNFSM4GXXKAV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3VJLCI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/proposals/issues/74?email_source=notifications\u0026email_token=AJFFTNRMBAQSSRRNON2P7M3QDGCBVA5CNFSM4GXXKAV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3VJLCI#issuecomment-518690185",
"url": "https://github.com/bisq-network/proposals/issues/74?email_source=notifications\u0026email_token=AJFFTNRMBAQSSRRNON2P7M3QDGCBVA5CNFSM4GXXKAV2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3VJLCI#issuecomment-518690185",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>