Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 148 for rctest (0.16 sec)

  1. testing/architecture-test/src/test/java/org/gradle/architecture/test/PropertyImplementationTest.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.architecture.test;
    
    import com.tngtech.archunit.junit.AnalyzeClasses;
    import com.tngtech.archunit.junit.ArchTest;
    import com.tngtech.archunit.lang.ArchRule;
    import org.gradle.api.internal.provider.AbstractProperty;
    import org.gradle.api.provider.Property;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  2. testing/architecture-test/src/test/java/org/gradle/architecture/test/NoKotlinStdlibBinaryDependencyTest.java

     */
    
    package org.gradle.architecture.test;
    
    
    import com.tngtech.archunit.junit.AnalyzeClasses;
    import com.tngtech.archunit.junit.ArchTest;
    import com.tngtech.archunit.lang.ArchRule;
    
    import static com.tngtech.archunit.lang.syntax.ArchRuleDefinition.classes;
    
    @AnalyzeClasses(packages = "org.gradle")
    public class NoKotlinStdlibBinaryDependencyTest {
        @ArchTest
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:46 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_get_issue65363.txt

    require example.net/c v0.2.0
    -- b2/b.go --
    package b
    -- b2/b_test.go --
    package b_test
    
    import _ "example.net/c"
    -- c1/go.mod --
    module example.net/c
    
    go 1.18
    -- c1/c.go --
    package c
    -- c2/go.mod --
    module example.net/c
    
    go 1.18
    
    require example.net/d v0.1.0
    -- c2/c.go --
    package c
    -- c2/c_test.go --
    package c_test
    
    import _ "example.net/d"
    -- d/go.mod --
    module example.net/d
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 21:46:32 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  4. testing/architecture-test/src/test/java/org/gradle/architecture/test/ServiceScopeAnnotationValidationTest.java

     * limitations under the License.
     */
    
    package org.gradle.architecture.test;
    
    import com.tngtech.archunit.base.DescribedPredicate;
    import com.tngtech.archunit.core.domain.JavaClass;
    import com.tngtech.archunit.junit.AnalyzeClasses;
    import com.tngtech.archunit.junit.ArchTest;
    import com.tngtech.archunit.lang.ArchRule;
    import org.gradle.internal.Factory;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. testing/architecture-test/src/test/java/org/gradle/architecture/test/ConfigurationCreationTest.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.architecture.test;
    
    import com.tngtech.archunit.junit.AnalyzeClasses;
    import com.tngtech.archunit.junit.ArchTest;
    import com.tngtech.archunit.lang.ArchRule;
    import com.tngtech.archunit.lang.syntax.ArchRuleDefinition;
    import groovy.lang.Closure;
    import org.gradle.api.Action;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    #include "gtest/gtest-message.h"
    #include "gtest/gtest-param-test.h"
    #include "gtest/gtest-printers.h"
    #include "gtest/gtest_prod.h"
    #include "gtest/gtest-test-part.h"
    #include "gtest/gtest-typed-test.h"
    
    // Depending on the platform, different string classes are available.
    // On Linux, in addition to ::std::string, Google also makes use of
    // class ::string, which has the same interface as ::std::string, but
    // has a different implementation.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  7. testing/architecture-test/src/test/java/org/gradle/architecture/test/InternalNullabilityTest.java

    import static org.gradle.architecture.test.ArchUnitFixture.beAnnotatedOrInPackageAnnotatedWith;
    import static org.gradle.architecture.test.ArchUnitFixture.classes_not_written_in_kotlin;
    import static org.gradle.architecture.test.ArchUnitFixture.freeze;
    import static org.gradle.architecture.test.ArchUnitFixture.inGradleInternalApiPackages;
    import static org.gradle.architecture.test.ArchUnitFixture.not_synthetic_classes;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  8. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/lib/vs2013/gtest.lib

    Louis Jacomet <******@****.***> 1711728981 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.3M bytes
    - Viewed (0)
  9. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/lib/vs2010/gtest.lib

    Louis Jacomet <******@****.***> 1711728981 +0100
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.3M bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/build_pgo_auto_multi.txt

    # (a diamond-shape import graph).
    -- go.mod --
    module test
    go 1.20
    -- a/a.go --
    package main
    import _ "test/dep"
    import _ "test/dep2"
    func main() {}
    -- a/a_test.go --
    package main
    import "testing"
    import _ "test/testdep"
    func TestA(*testing.T) {}
    -- a/default.pgo --
    -- b/b.go --
    package main
    import _ "test/dep"
    import _ "test/dep2"
    func main() {}
    -- b/b_test.go --
    package main
    import "testing"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:38:19 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top