Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 189 for unit_test (0.14 sec)

  1. platforms/native/testing-native/src/test/groovy/org/gradle/nativeplatform/test/cpp/plugins/CppUnitTestPluginTest.groovy

            then:
            project.unitTest instanceof CppTestSuite
            project.unitTest.baseName.get() == "someAppTest"
            project.unitTest.cppSource.files == [src] as Set
        }
    
        def "sets tested component to main component when applying C++ library plugin"() {
            when:
            project.pluginManager.apply(CppUnitTestPlugin)
    
            then:
            project.unitTest.testedComponent.orNull == null
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  2. platforms/jvm/plugins-jvm-test-suite/src/integTest/groovy/org/gradle/testing/testsuites/TestSuitesTestFrameworkIntegrationTest.groovy

                dependsOn testing.suites.integTest
            }
            """
    
            file('src/test/java/example/UnitTest.java') << '''
                package example;
    
                import org.junit.Assert;
                import org.junit.Test;
    
                public class UnitTest {
                    @Test
                    public void unitTest() {
                        Assert.assertTrue(true);
                    }
                }
            '''
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 12 18:44:49 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  3. pkg/util/identifier/util_test.go

    Zhongmin <******@****.***> 1652810528 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 17 18:02:08 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  4. pilot/pkg/security/trustdomain/util_test.go

    Aditya Prerepa <******@****.***> 1591849506 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 11 04:25:06 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  5. pkg/api/v1/pod/util_test.go

    bzsuni <******@****.***> 1695639848 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 32.1K bytes
    - Viewed (0)
  6. pkg/api/node/util_test.go

    bzsuni <******@****.***> 1695639848 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 11:04:08 UTC 2023
    - 2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/audit/union_test.go

    scott <******@****.***> 1653039506 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 20 09:51:25 UTC 2022
    - 2.6K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/authentication/serviceaccount/util_test.go

    James Munnelly <******@****.***> 1695133408 +0100
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 21:15:10 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  9. pkg/kubelet/util/util_test.go

    bzsuni <******@****.***> 1691313887 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 25 14:16:02 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  10. pkg/kubelet/sysctl/util_test.go

    Paco Xu <******@****.***> 1686901818 +0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 22:58:28 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top