Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 290 for Display (0.22 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/file/archive/AbstractArchiveFileTreeSpec.groovy

            0 * _
        }
    
        static class TestArchiveFileTree extends AbstractArchiveFileTree {
            File backingFile
            final String displayName = "<display>"
    
            TestArchiveFileTree(DecompressionCoordinator decompressionCache, File backingFile) {
                super(decompressionCache)
                this.backingFile = backingFile
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 15:15:04 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api-builders/src/main/java/org/gradle/tooling/internal/provider/runner/TestOperationMapper.java

        }
    
        /**
         * This is a workaround to preserve backward compatibility with IntelliJ IDEA.
         * The problem only occurs in IntelliJ IDEA because it parses {@link OperationDescriptor#getDisplayName()} to get the test display name.
         * Once its code is updated to use {@link org.gradle.tooling.events.test.TestOperationDescriptor#getTestDisplayName()}, the workaround can be removed as well.
         * Alternatively, it can be removed in Gradle 9.0.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 08:42:44 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  3. platforms/core-execution/persistent-cache/src/test/groovy/org/gradle/cache/internal/DefaultCacheFactoryTest.groovy

            when:
            def cache = factory.open(tmpDir.testDirectory, "<display>", [prop: 'value'], mode(Shared), null, null)
    
            then:
            cache.reference.cache instanceof DefaultPersistentDirectoryCache
            cache.baseDir == tmpDir.testDirectory
            cache.toString().startsWith "<display>"
    
            cleanup:
            factory.close()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:49:51 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/PropertyIntegrationTest.groovy

            """
    
            when:
            succeeds("thing")
    
            then:
            outputContains("prop = $display")
    
            where:
            type            | value                               | display
            "String"        | "'abc'"                             | "abc"
            "Param<String>" | "new Param<String>(display: 'abc')" | "abc"
        }
    
        def "can define task with abstract nested property"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  5. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/internal/BuildInitializer.java

         * Can this type of project be split-up into multiple subprojects?
         */
        Set<ModularizationOption> getModularizationOptions();
    
        /**
         * Returns the set of DSLs supported for this type of project, in display order.
         */
        Set<BuildInitDsl> getDsls();
    
        /**
         * The preferred DSL to use for this type of project.
         */
        BuildInitDsl getDefaultDsl();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 23 19:14:25 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache_performance.adoc

    Most of time you will end up extracting data from your CI server via the corresponding REST API (see https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API[Jenkins remote access API] and https://confluence.jetbrains.com/display/TCD10/REST+API[Teamcity REST API]).
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  7. testing/internal-testing/src/main/groovy/org/gradle/integtests/fixtures/TestClassExecutionResult.java

        /**
         * Asserts that the given tests (and only the given tests) were executed for the given test class.
         *
         * This supports JUnit5 parameterized tests where the test name and display name may not match.
         */
        TestClassExecutionResult assertTestsExecuted(TestCase... testCases);
    
        TestClassExecutionResult assertTestCount(int tests, int failures, int errors);
    
        int getTestCount();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  8. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/junit/result/JUnitXmlResultWriterSpec.groovy

    ]]></system-out>
      <system-err><![CDATA[err]]></system-err>
    </testsuite>
    """
    
            where:
            displayName           | writtenName
            'FooTest'             | 'com.foo.FooTest'
            'custom display name' | 'custom display name'
        }
    
        @Issue("https://github.com/gradle/gradle/issues/23229")
        def "omit system-out section"() {
            given:
            def options = new JUnitXmlResultOptions(true, false, false, true)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 18:51:05 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  9. src/cmd/go/testdata/script/README

    	count, if given) is found.
    	The -q flag suppresses printing of matches.
    
    help [-v] name...
    	log help text for commands and conditions
    
    	To display help for a specific condition, enclose it in
    	brackets: 'help [amd64]'.
    	To display complete documentation when listing all commands,
    	pass the -v flag.
    
    mkdir path...
    	create directories, if they do not already exist
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  10. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/deprecation/LoggingDeprecatedFeatureHandlerTest.groovy

            useStackTrace(fakeStackTrace)
    
            when:
            handler.featureUsed(new DeprecatedFeatureUsage(new DeprecatedFeatureUsage('fake', "removal", null, null, null, DeprecatedFeatureUsage.Type.USER_CODE_DIRECT, "id display name", "id", LoggingDeprecatedFeatureHandlerTest)))
            def events = outputEventListener.events
    
            then:
            events.size() == 1
    
            and:
            def message = events[0].message
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 16:09:54 UTC 2024
    - 22.2K bytes
    - Viewed (0)
Back to top