Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnrollTest (0.07 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/junit/AbstractJUnitSpockIntegrationTest.groovy

        }
    
        def 'can run spock with @Unroll'() {
            given:
            writeSpockDependencies()
            file('src/test/groovy/UnrollTest.groovy') << '''
                import spock.lang.Specification
                import spock.lang.Unroll
    
                class UnrollTest extends Specification {
                    @Unroll
                    def "can test #type"() {
                        expect: type
    
                        where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 4.8K bytes
    - Viewed (0)
Back to top