Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 189 for unit_test (0.22 sec)

  1. platforms/ide/ide-native/src/testFixtures/groovy/org/gradle/ide/xcode/fixtures/ProjectFile.groovy

                this.buildConfigurationList.buildConfigurations.each { ProjectFile.PBXTarget.assertNotUnitTestBuildSettings(it.buildSettings) }
            }
    
            void assertIsUnitTest() {
                assertIs(ProductType.UNIT_TEST)
                this.buildConfigurationList.buildConfigurations.each {
                    if (it.name.startsWith("__GradleTestRunner_")) {
                        ProjectFile.PBXTarget.assertUnitTestBuildSettings(it.buildSettings)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  2. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/internal/XcodeTarget.java

        }
    
        public boolean isRunnable() {
            return PBXTarget.ProductType.TOOL.equals(getProductType());
        }
    
        public boolean isUnitTest() {
            return PBXTarget.ProductType.UNIT_TEST.equals(getProductType());
        }
    
        public String getProductName() {
            return productName;
        }
    
        public void setProductName(String productName) {
            this.productName = productName;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  3. platforms/jvm/plugins-test-report-aggregation/src/integTest/groovy/org/gradle/api/plugins/TestReportAggregationPluginIntegrationTest.groovy

                }
    
                reporting {
                    reports {
                        testAggregateTestReport(AggregateTestReport) {
                            testType = TestSuiteType.UNIT_TEST
                        }
                    }
                }
            '''
    
            when:
            succeeds(':testAggregateTestReport')
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 16:00:57 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  4. platforms/jvm/jacoco/src/integTest/groovy/org/gradle/testing/jacoco/plugins/JacocoKotlinJvmPluginAggregationTest.groovy

                    }
    
                    reporting {
                        reports {
                            testCodeCoverageReport(JacocoCoverageReport) {
                                testType = TestSuiteType.UNIT_TEST
                            }
                        }
                    }
    
                    subprojects {
                        repositories {
                            ${mavenCentralRepository()}
                        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 16:03:36 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  5. platforms/jvm/plugins-jvm-test-suite/src/main/java/org/gradle/api/plugins/JvmTestSuitePlugin.java

            configureTestDataElementsVariants((ProjectInternal) project);
        }
    
        private String getDefaultTestType(JvmTestSuite testSuite) {
            return DEFAULT_TEST_SUITE_NAME.equals(testSuite.getName()) ? TestSuiteType.UNIT_TEST : TextUtil.camelToKebabCase(testSuite.getName());
        }
    
        private void configureTestDataElementsVariants(ProjectInternal project) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 04 21:08:13 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  6. platforms/jvm/plugins-jvm-test-suite/src/main/java/org/gradle/api/plugins/jvm/JvmTestSuite.java

        @Override
        ExtensiblePolymorphicDomainObjectContainer<? extends JvmTestSuiteTarget> getTargets();
    
        /**
         * Get the test type for this test suite.
         *
         * Defaults to the value of the {@code UNIT_TEST} constant defined in {@link TestSuiteType} for the built-in test suite, and to the dash-case name of the
         * test suite for custom test suites.  Test suite types must be unique across all test suites within a project.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 7K bytes
    - Viewed (0)
  7. tensorflow/cc/training/queue_runner_test.cc

    constexpr char kEnqueueOp0[] = "enqueue0";
    constexpr char kEnqueueOp1[] = "enqueue1";
    constexpr char kIllegalOpName1[] = "would fail";
    constexpr char kIllegalOpName2[] = "fail again";
    constexpr char kQueueName[] = "unit_test";
    constexpr char kQueueName0[] = "q0";
    constexpr char kQueueName1[] = "q1";
    constexpr char kSquareOpName[] = "square";
    constexpr char kVarOpName[] = "var";
    
    GraphDef BuildSimpleGraph() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 21 06:27:51 UTC 2019
    - 14.7K bytes
    - Viewed (0)
  8. platforms/ide/ide-native/src/main/java/org/gradle/ide/xcode/plugins/XcodePlugin.java

                        target.setProductType(PBXTarget.ProductType.UNIT_TEST);
                        target.getCompileModules().from(component.getTestBinary().get().getCompileModules());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 24.4K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/jvm/jvm_test_suite_plugin.adoc

    By convention, the type is set to the name of the test suite, converted to dash-case - with the exception of the built-in test suite, which uses the value link:{javadocPath}/org/gradle/api/attributes/TestSuiteType.html#UNIT_TEST--['unit-test'].
    
    Common values are available as constants in link:{javadocPath}/org/gradle/api/attributes/TestSuiteType.html[TestSuiteType].
    
    [[sec:jvm_test_suite_examples]]
    [discrete]
    == Configuration Examples
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 14:47:11 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-internal.h

    // GetCurrentOsStackTraceExceptTop(..., 1), Foo() will be included in
    // the trace but Bar() and GetCurrentOsStackTraceExceptTop() won't.
    GTEST_API_ std::string GetCurrentOsStackTraceExceptTop(
        UnitTest* unit_test, int skip_count);
    
    // Helpers for suppressing warnings on unreachable code or constant
    // condition.
    
    // Always returns true.
    GTEST_API_ bool AlwaysTrue();
    
    // Always returns false.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 43.1K bytes
    - Viewed (0)
Back to top