Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for methodDependsOn (0.1 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/testng/TestNGConsoleLoggingIntegrationTest.groovy

    import org.gradle.integtests.fixtures.AbstractIntegrationSpec
    import spock.lang.Issue
    
    // can make assumptions about order in which test methods of TestNGTest get executed
    // because the methods are chained with 'methodDependsOn'
    class TestNGConsoleLoggingIntegrationTest extends AbstractIntegrationSpec {
    
        def setup() {
            executer.noExtraLogging()
    
            buildFile << """
                apply plugin: "groovy"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top