Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createTempFile$default (0.29 sec)

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

                .because(RATIONALE);
    
        @ArchTest
        public static final ArchRule forbid_illegal_calls_to_kotlin_Files_createTempFile =
            classes()
                .should(not(callMethodWithName("kotlin.io.FilesKt", "createTempFile$default")))
                .because(RATIONALE);
    
    
        public static ArchCondition<JavaClass> callMethodWithName(String ownerName, String methodName) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.4K bytes
    - Viewed (0)
Back to top