Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for runSamples (0.22 sec)

  1. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/samples/AutoTestedSamplesIdePluginsIntegrationTest.groovy

    import org.gradle.integtests.fixtures.AbstractAutoTestedSamplesTest
    import org.junit.Test
    
    class AutoTestedSamplesIdePluginsIntegrationTest extends AbstractAutoTestedSamplesTest {
        @Test
        void runSamples() {
            runSamplesFrom("src/main")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 20:39:04 UTC 2024
    - 902 bytes
    - Viewed (0)
  2. platforms/core-execution/workers/src/integTest/groovy/org/gradle/samples/AutoTestedSamplesWorkersIntegrationTest.groovy

    package org.gradle.samples
    
    import org.gradle.integtests.fixtures.AbstractAutoTestedSamplesTest
    import org.junit.Test
    
    class AutoTestedSamplesWorkersIntegrationTest extends AbstractAutoTestedSamplesTest {
        @Test
        void runSamples() {
            runSamplesFrom("src/main")
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 20:39:04 UTC 2024
    - 899 bytes
    - Viewed (0)
  3. src/testing/example.go

    	Output    string
    	Unordered bool
    }
    
    // RunExamples is an internal function but exported because it is cross-package;
    // it is part of the implementation of the "go test" command.
    func RunExamples(matchString func(pat, str string) (bool, error), examples []InternalExample) (ok bool) {
    	_, ok = runExamples(matchString, examples)
    	return ok
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 2.8K bytes
    - Viewed (0)
Back to top