Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 208 for xcTest (0.11 sec)

  1. platforms/documentation/docs/src/docs/userguide/native/swift_application_plugin.adoc

    `check` - Task (lifecycle)::
    Aggregate task that performs verification tasks, such as running the tests.
    Some plugins add their own verification task to `check`.
     For example, the <<xctest_plugin.adoc#xctest_plugin,XCTest Plugin>> attaches a task to this lifecycle task to run tests.
    This task is added by the <<base_plugin.adoc#base_plugin,Base Plugin>>.
    
    `build` - Task (lifecycle)::
    Depends on: `check`, `assemble`
    ::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/native/swift_library_plugin.adoc

    `check` - Task (lifecycle)::
    Aggregate task that performs verification tasks, such as running the tests.
    Some plugins add their own verification task to `check`.
     For example, the <<xctest_plugin.adoc#xctest_plugin,XCTest Plugin>> attach its test task to this lifecycle task.
    This task is added by the <<base_plugin.adoc#base_plugin,Base Plugin>>.
    
    `build` - Task (lifecycle)::
    Depends on: `check`, `assemble`
    ::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  3. platforms/native/language-native/src/main/java/org/gradle/language/plugins/NativeBasePlugin.java

                    // TODO: We should set this for macOS, but this currently breaks XCTest support for Swift
                    // when Swift depends on C++ libraries built by Gradle.
                    if (!targetPlatform.getOperatingSystem().isMacOsX()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 26.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    link:{gradle-issues}13487[[.red]#✖#]:: <<swift_library_plugin.adoc#swift_library_plugin,Swift Library>>
    link:{gradle-issues}13488[[.red]#✖#]:: <<xctest_plugin.adoc#xctest_plugin,XCTest>>
    
    a|
    [horizontal]
    link:{gradle-issues}13463[[.green]#✓#]:: <<application_plugin.adoc#application_plugin,Application>>
    link:{gradle-issues}13466[[.green]#✓#]:: <<war_plugin.adoc#war_plugin,WAR>>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  5. src/cmd/cgo/internal/testshared/testdata/issue30768/x_test.go

    Austin Clements <******@****.***> 1683216807 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 487 bytes
    - Viewed (0)
  6. src/context/x_test.go

    cui fliter <******@****.***> 1711121504 +0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  7. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.nativeplatform.test.xctest.internal.DefaultSwiftXCTestExecutable> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultSwiftXCTestExecutable.java:0)
    Class <org.gradle.nativeplatform.test.xctest.internal.DefaultSwiftXCTestSuite> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultSwiftXCTestSuite.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/clean_testcache.txt

    env GO111MODULE=off
    [short] skip
    
    # go clean -testcache
    # should work (see golang.org/issue/29757).
    cd x
    go test x_test.go
    go clean -testcache
    go test x_test.go
    ! stdout 'cached'
    ! go clean -testcache ../x
    stderr 'go: clean -testcache cannot be used with package arguments'
    
    # golang.org/issue/29100: 'go clean -testcache' should succeed
    # if the cache directory doesn't exist at all.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 30 17:22:49 UTC 2022
    - 680 bytes
    - Viewed (0)
  9. pkg/kubelet/runtimeclass/runtimeclass_manager_test.go

    	"k8s.io/kubernetes/pkg/kubelet/runtimeclass"
    	rctest "k8s.io/kubernetes/pkg/kubelet/runtimeclass/testing"
    	"k8s.io/utils/pointer"
    )
    
    func TestLookupRuntimeHandler(t *testing.T) {
    	tests := []struct {
    		rcn         *string
    		expected    string
    		expectError bool
    	}{
    		{rcn: pointer.String(""), expected: ""},
    		{rcn: pointer.String(rctest.EmptyRuntimeClass), expected: ""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 08 12:44:09 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/test_bad_example.txt

    # Tests that invalid examples are ignored.
    # Verifies golang.org/issue/35284
    go test x_test.go
    
    -- x_test.go --
    package  x
    
    import "fmt"
    
    func ExampleThisShouldNotHaveAParameter(thisShouldntExist int) {
    	fmt.Println("X")
    	// Output:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 16:58:10 UTC 2024
    - 234 bytes
    - Viewed (0)
Back to top