[bisq-network/proposals] Finding a unified test framework for Bisq (#74)

Stan notifications at github.com
Tue Aug 6 14:20:10 UTC 2019


Here is some info for filling in some (spock) blanks in the test framework comparison table.

IDE Integration:  [Experimental stage](http://spockframework.org/spock/docs/1.3/all_in_one.html#_experimental_dsl_support_for_intellij_idea
)

Gradle Integration: +

Parameterized Tests: +        Groovy example:
```
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  
}  
```

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

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/proposals/issues/74#issuecomment-518690185
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190806/a7431b17/attachment.html>


More information about the bisq-github mailing list