Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for skipAnonymousClass (0.21 sec)

  1. platforms/jvm/testing-jvm/src/test/groovy/org/gradle/api/internal/tasks/testing/detection/DefaultTestClassScannerTest.groovy

            then:
            1 * detector.processTestClass({ it.file.is(class2.file) && it.relativePath.is(class2.relativePath) })
    
            0 * _._
        }
    
        void skipAnonymousClass() {
            when:
            scanner.run()
    
            then:
            1 * detector.startDetection(processor)
            then:
            1 * files.visit(_) >> { args ->
                FileVisitor visitor = args[0]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top