Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 901 for testFiles (0.15 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/DisconnectedIvyXmlModuleDescriptorParserTest.groovy

    import org.gradle.api.internal.artifacts.DependencyManagementTestUtil
    import org.gradle.api.internal.artifacts.repositories.metadata.IvyMutableModuleMetadataFactory
    import org.gradle.api.internal.file.TestFiles
    import org.gradle.internal.resource.ExternalResource
    import org.gradle.internal.resource.local.LocallyAvailableExternalResource
    import spock.lang.Specification
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/test/groovy/org/gradle/api/tasks/compile/JavaCompileTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.api.tasks.compile
    
    import org.gradle.api.InvalidUserDataException
    import org.gradle.api.JavaVersion
    import org.gradle.api.internal.file.TestFiles
    import org.gradle.api.internal.provider.AbstractProperty
    import org.gradle.api.internal.tasks.compile.CommandLineJavaCompileSpec
    import org.gradle.api.internal.tasks.compile.ForkingJavaCompileSpec
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 10:21:26 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationContainerTest.groovy

            componentIdentifierFactory,
            lockingProvider,
            domainObjectContext,
            TestFiles.fileCollectionFactory(),
            buildOperationRunner,
            new PublishArtifactNotationParserFactory(
                    instantiator,
                    metaDataProvider,
                    TestFiles.resolver(),
                    TestFiles.taskDependencyFactory(),
            ),
            immutableAttributesFactory,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:29:40 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  4. subprojects/core/src/test/groovy/org/gradle/api/internal/file/DefaultProjectLayoutTest.groovy

        TestFile projectDir
        DefaultProjectLayout layout
    
        def setup() {
            projectDir = tmpDir.createDir("project")
            layout = new DefaultProjectLayout(projectDir, TestFiles.resolver(projectDir), Stub(TaskDependencyFactory), Stub(Factory), Stub(PropertyHost), TestFiles.fileCollectionFactory(projectDir), TestFiles.filePropertyFactory(projectDir), TestFiles.fileFactory())
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 23 16:13:03 UTC 2022
    - 9.5K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/api/internal/tasks/AbstractTaskInputsAndOutputsTest.groovy

    import org.gradle.test.fixtures.AbstractProjectBuilderSpec
    import org.gradle.test.fixtures.file.TestFile
    
    import javax.annotation.Nullable
    
    abstract class AbstractTaskInputsAndOutputsTest extends AbstractProjectBuilderSpec {
    
        final fileCollectionFactory = TestFiles.fileCollectionFactory(temporaryFolder.testDirectory)
    
        def cacheFactory = new TestCrossBuildInMemoryCacheFactory()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 20:42:35 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/internal/prebuilt/DefaultPrebuiltSharedLibraryBinaryTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.nativeplatform.internal.prebuilt
    
    import org.gradle.api.internal.file.TestFiles
    import org.gradle.nativeplatform.BuildType
    import org.gradle.nativeplatform.Flavor
    import org.gradle.nativeplatform.PrebuiltLibrary
    import org.gradle.nativeplatform.platform.NativePlatform
    import spock.lang.Specification
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  7. platforms/native/language-native/src/test/groovy/org/gradle/language/c/tasks/CCompileTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.language.c.tasks
    
    import org.gradle.api.internal.file.TestFiles
    import org.gradle.api.tasks.WorkResult
    import org.gradle.language.base.internal.compile.Compiler
    import org.gradle.nativeplatform.platform.internal.ArchitectureInternal
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  8. platforms/core-execution/workers/src/test/groovy/org/gradle/workers/internal/DefaultWorkerExecutorParallelTest.groovy

        def buildOperationRunner = Mock(BuildOperationRunner)
        def asyncWorkerTracker = Mock(AsyncWorkTracker)
        def forkOptionsFactory = new TestForkOptionsFactory(TestFiles.execFactory())
        def objectFactory = Stub(ObjectFactory) {
            fileCollection() >> { TestFiles.fileCollectionFactory().configurableFiles() }
        }
        def workerDirectoryProvider = Stub(WorkerDirectoryProvider) {
            getWorkingDirectory() >> { temporaryFolder }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 25 14:22:31 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  9. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/history/OutputsCleanerTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.execution.history
    
    import org.gradle.api.internal.file.TestFiles
    import org.gradle.internal.file.FileType
    import org.gradle.test.fixtures.file.CleanupTestDirectory
    import org.gradle.test.fixtures.file.TestNameTestDirectoryProvider
    import org.junit.Rule
    import spock.lang.Specification
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  10. platforms/native/language-native/src/test/groovy/org/gradle/language/cpp/tasks/CppCompileTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.language.cpp.tasks
    
    import org.gradle.api.internal.file.TestFiles
    import org.gradle.api.tasks.WorkResult
    import org.gradle.language.base.internal.compile.Compiler
    import org.gradle.nativeplatform.platform.internal.ArchitectureInternal
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top