Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for assertDoesNotExist (0.14 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileIntegrationTest.groovy

            """
    
            succeeds "test"
            then:
            executedAndNotSkipped ":test"
            javaClassFile("com/Example/Foo.class").assertIsFile()
            javaClassFile("com/example/Foo.class").assertDoesNotExist()
        }
    
        def "implementation dependencies should not leak into compile classpath of consumer"() {
            mavenRepo.module('org.gradle.test', 'shared', '1.0').publish()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 20:20:39 UTC 2024
    - 39.6K bytes
    - Viewed (0)
Back to top