Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for nativeRuntimeTestVariant (0.31 sec)

  1. platforms/documentation/docs/src/docs/userguide/img/xctest-configurations.dot

      subgraph left {
        node[style=filled, fillcolor="#cfe2f3"]
        swiftCompileTestVariant -> nativeLinkTestVariant -> nativeRuntimeTestVariant [style=invis, weight=1000]
    
        swiftCompileTestVariant[label=<swiftCompileTest<i>Variant</i> (R)>]
        nativeLinkTestVariant[label=<nativeLinkTest<i>Variant</i> (R)>]
        nativeRuntimeTestVariant[label=<nativeRuntimeTest<i>Variant</i> (R)>]
      }
    
      // Ensure the order is preserved
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/img/cpp-unit-test-configurations.dot

      subgraph left {
        node[style=filled, fillcolor="#cfe2f3"]
        cppCompilerTestVariant -> nativeLinkTestVariant -> nativeRuntimeTestVariant [style=invis, weight=1000]
    
        cppCompilerTestVariant[label=<cppCompilerTest<i>Variant</i> (R)>]
        nativeLinkTestVariant[label=<nativeLinkTest<i>Variant</i> (R)>]
        nativeRuntimeTestVariant[label=<nativeRuntimeTest<i>Variant</i> (R)>]
      }
    
      // Ensure the order is preserved
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top