Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Brunner (0.1 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    For general guidance on how to use TestKit, see the <<test_kit.adoc#test_kit,dedicated chapter>>.
    
    To enable configuration caching in your tests, you can pass the `--configuration-cache` argument to link:{javadocPath}/org/gradle/testkit/runner/GradleRunner.html[GradleRunner] or use one of the other methods described in <<configuration_cache.adoc#config_cache:usage:enable,Enabling the configuration cache>>.
    
    You need to run your tasks twice.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

        protected final static Set<String> PROPAGATED_SYSTEM_PROPERTIES = new HashSet<>();
    
        // TODO - don't use statics to communicate between the test runner and executer
        public static void propagateSystemProperty(String name) {
            PROPAGATED_SYSTEM_PROPERTIES.add(name);
        }
    
        public static void doNotPropagateSystemProperty(String name) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    ====
    If you are using Eclipse: By default, Eclipse also runs unit tests as modules using module patching (see <<#sec:java_testing_modular_patching,below>>).
    In an imported Gradle project, unit testing a module with the Eclipse test runner might fail.
    You then need to manually adjust the classpath/module path in the test run configuration or delegate test execution to Gradle.
    
    This only concerns the test execution.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  4. gradle/verification-metadata.xml

             </artifact>
          </component>
          <component group="gradle.plugin.org.ysb33r.gradle" name="gradle-runner" version="1.1">
             <artifact name="gradle-runner-1.1.jar">
                <sha256 value="7de9b7ade957c6a1996e9c3d0e1e4d1e1840c081ebf16bbd3c2a6a5b05b88891" reason="Artifact is not signed"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
Back to top