Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for AbstractIntegrationTest (0.7 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/AbstractIntegrationTest.java

    import org.junit.Rule;
    import org.junit.experimental.categories.Category;
    
    import java.io.File;
    import java.util.List;
    
    @IntegrationTest
    @Category(IntegrationTest.class)
    public abstract class AbstractIntegrationTest {
    
        @Rule
        public final PreconditionVerifier preconditionVerifier = new PreconditionVerifier();
    
        @Rule
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 09:04:13 UTC 2024
    - 5.7K bytes
    - Viewed (0)
  2. platforms/jvm/plugins-java/src/integTest/groovy/org/gradle/integtests/IncrementalJavaProjectBuildIntegrationTest.groovy

     * limitations under the License.
     */
    package org.gradle.integtests
    
    import org.gradle.integtests.fixtures.AbstractIntegrationTest
    import org.gradle.test.fixtures.file.TestFile
    import org.junit.Test
    
    class IncrementalJavaProjectBuildIntegrationTest extends AbstractIntegrationTest {
    
        @Test
        public void removesStaleResources() {
            file('build.gradle') << 'apply plugin: \'java\''
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 20:01:36 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  3. testing/integ-test/src/integTest/groovy/org/gradle/integtests/MultiprojectIntegrationTest.groovy

     * limitations under the License.
     */
    package org.gradle.integtests
    
    import org.junit.Test
    import org.gradle.integtests.fixtures.AbstractIntegrationTest
    
    class MultiprojectIntegrationTest extends AbstractIntegrationTest {
        @Test
        public void canInjectConfigurationFromParentProject() {
            createDirs("a", "b")
            testFile('settings.gradle') << 'include "a", "b"'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  4. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/AbstractAutoTestedSamplesTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.integtests.fixtures
    
    import org.gradle.integtests.fixtures.executer.GradleContextualExecuter
    
    class AbstractAutoTestedSamplesTest extends AbstractIntegrationTest {
    
        def util = new AutoTestedSamplesUtil()
    
        void runSamplesFrom(String dir) {
            // make sure all project directories exist
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/ExternalScriptExecutionIntegrationTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    
    package org.gradle.api
    
    import org.gradle.integtests.fixtures.AbstractIntegrationTest
    import org.gradle.integtests.fixtures.ToBeFixedForIsolatedProjects
    import org.gradle.integtests.fixtures.executer.ArtifactBuilder
    import org.gradle.integtests.fixtures.executer.ExecutionResult
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  6. testing/integ-test/src/integTest/groovy/org/gradle/integtests/BuildScriptClasspathIntegrationTest.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.integtests;
    
    import org.gradle.integtests.fixtures.AbstractIntegrationTest;
    import org.gradle.integtests.fixtures.executer.ArtifactBuilder;
    import org.gradle.integtests.fixtures.executer.ExecutionFailure;
    import org.junit.Ignore;
    import org.junit.Test;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9K bytes
    - Viewed (0)
  7. testing/integ-test/src/integTest/groovy/org/gradle/integtests/CacheProjectIntegrationTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.integtests
    
    import org.gradle.api.internal.artifacts.ivyservice.CacheLayout
    import org.gradle.integtests.fixtures.AbstractIntegrationTest
    import org.gradle.integtests.fixtures.UnsupportedWithConfigurationCache
    import org.gradle.test.fixtures.file.TestFile
    import org.gradle.test.fixtures.server.http.HttpServer
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/src/testFixtures/kotlin/org/gradle/kotlin/dsl/fixtures/AbstractKotlinIntegrationTest.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.kotlin.dsl.fixtures
    
    import org.gradle.integtests.fixtures.AbstractIntegrationTest
    import org.gradle.integtests.fixtures.executer.ExecutionFailure
    import org.gradle.integtests.fixtures.executer.ExecutionResult
    import org.gradle.integtests.fixtures.executer.IntegrationTestBuildContext
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 15 16:44:39 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  9. testing/integ-test/src/integTest/groovy/org/gradle/integtests/AntProjectIntegrationTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.integtests
    
    import org.gradle.integtests.fixtures.AbstractIntegrationTest
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    import org.gradle.integtests.fixtures.executer.ExecutionFailure
    import org.gradle.test.fixtures.file.TestFile
    import org.junit.Test
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  10. testing/integ-test/src/integTest/groovy/org/gradle/integtests/ProjectLayoutIntegrationTest.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.integtests
    
    import org.gradle.integtests.fixtures.AbstractIntegrationTest
    import org.gradle.integtests.fixtures.DefaultTestExecutionResult
    import org.gradle.integtests.fixtures.ZincScalaCompileFixture
    import org.gradle.integtests.fixtures.TestResources
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.4K bytes
    - Viewed (0)
Back to top