Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 53 of 53 for AllTests (0.2 sec)

  1. platforms/documentation/samples/src/integTest/groovy/org/gradle/integtests/samples/java/SamplesJavaTestingIntegrationTest.groovy

            then: "the test task is executed"
            result.assertTaskExecuted(":core:test")
            result.assertTaskExecuted(":util:test")
    
            and: "an aggregate report is created"
            dslDir.file("build/reports/allTests/index.html").assertExists()
    
            and: "no test reports in the subprojects are created"
            getStandardTestReportDir(dslDir, "core", "").file("index.html").assertDoesNotExist()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  2. platforms/software/testing-base/src/test/groovy/org/gradle/api/internal/tasks/testing/results/StateTrackingTestResultProcessorTest.groovy

                    _
            )
            0 * _
        }
    
        void createsAnAggregateResultForTestSuiteWithNestedSuites() {
            given:
            def root = new DefaultTestSuiteDescriptor("root", "AllTests");
            def suite1 = new DefaultTestSuiteDescriptor("suite1", "FastTests");
            def suite2 = new DefaultTestSuiteDescriptor("suite2", "SlowTests");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    String, org.junit.internal.AssumptionViolatedEx); public org.junit.runner.Description getDescription(); public void run(org.junit.runner.notification.RunNotifier); } org/junit/runners/AllTests.class package org.junit.runners; public synchronized class AllTests extends org.junit.internal.runners.SuiteMethod { public void AllTests(Class) throws Throwable; } org/junit/runners/MethodSorters.class package org.junit.runners; public final synchronized enum MethodSorters { public static final MethodSorters NAME_ASCENDING;...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 373.7K bytes
    - Viewed (0)
Back to top