Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 71 - 80 of 653 for mocks (0.03 seconds)

  1. src/test/java/jcifs/smb/SmbFileOutputStreamTest.java

    @ExtendWith(MockitoExtension.class)
    class SmbFileOutputStreamTest {
    
        @Mock
        private SmbFile mockFile;
    
        @Mock
        private SmbTreeHandleImpl mockTreeHandle;
    
        @Mock
        private SmbFileHandleImpl mockFileHandle;
    
        @Mock
        private Configuration mockConfig;
    
        @Mock
        private Smb2WriteResponse mockWriteResponse;
    
        private SmbFileOutputStream outputStream;
    
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 15.8K bytes
    - Click Count (0)
  2. src/main/java/jcifs/internal/smb2/lock/Smb2LockRequest.java

         * @param fileId the file identifier for the file to lock
         * @param locks the array of lock elements to apply
         */
        public Smb2LockRequest(final Configuration config, final byte[] fileId, final Smb2Lock[] locks) {
            super(config, SMB2_LOCK);
            this.fileId = fileId;
            this.locks = locks;
        }
    
        /**
         * {@inheritDoc}
         *
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 16 01:32:48 GMT 2025
    - 3.8K bytes
    - Click Count (0)
  3. docs/ru/docs/how-to/graphql.md

    ## Библиотеки GraphQL { #graphql-libraries }
    
    Ниже приведены некоторые библиотеки **GraphQL** с поддержкой **ASGI**. Их можно использовать с **FastAPI**:
    
    * [Strawberry](https://strawberry.rocks/) 🍓
        * С [документацией для FastAPI](https://strawberry.rocks/docs/integrations/fastapi)
    * [Ariadne](https://ariadnegraphql.org/)
        * С [документацией для FastAPI](https://ariadnegraphql.org/docs/fastapi-integration)
    * [Tartiflette](https://tartiflette.io/)
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 4K bytes
    - Click Count (0)
  4. android/guava-tests/test/com/google/common/util/concurrent/StripedTest.java

    import java.util.List;
    import java.util.Map;
    import java.util.Set;
    import java.util.concurrent.Semaphore;
    import java.util.concurrent.locks.Lock;
    import java.util.concurrent.locks.ReadWriteLock;
    import java.util.concurrent.locks.ReentrantLock;
    import java.util.concurrent.locks.ReentrantReadWriteLock;
    import junit.framework.TestCase;
    import org.jspecify.annotations.NullUnmarked;
    
    /**
     * Tests for Striped.
     *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 8.1K bytes
    - Click Count (0)
  5. guava-tests/test/com/google/common/util/concurrent/StripedTest.java

    import java.util.List;
    import java.util.Map;
    import java.util.Set;
    import java.util.concurrent.Semaphore;
    import java.util.concurrent.locks.Lock;
    import java.util.concurrent.locks.ReadWriteLock;
    import java.util.concurrent.locks.ReentrantLock;
    import java.util.concurrent.locks.ReentrantReadWriteLock;
    import junit.framework.TestCase;
    import org.jspecify.annotations.NullUnmarked;
    
    /**
     * Tests for Striped.
     *
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 8.1K bytes
    - Click Count (0)
  6. android/guava-tests/test/com/google/common/util/concurrent/WrappingScheduledExecutorServiceTest.java

      public void testSchedule() {
        MockExecutor mock = new MockExecutor();
        TestExecutor testExecutor = new TestExecutor(mock);
    
        Future<?> unused1 = testExecutor.schedule(() -> {}, 10, MINUTES);
        mock.assertLastMethodCalled("scheduleRunnable", 10, MINUTES);
    
        Future<?> unused2 = testExecutor.schedule(() -> null, 5, SECONDS);
        mock.assertLastMethodCalled("scheduleCallable", 5, SECONDS);
      }
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 22:45:21 GMT 2026
    - 7.5K bytes
    - Click Count (0)
  7. src/test/java/jcifs/internal/fscc/FileInformationTest.java

                }
            }
        }
    
        /**
         * Test mock implementation of FileInformation interface
         */
        @Test
        @DisplayName("Test FileInformation interface mock implementation")
        void testFileInformationMockImplementation() {
            // Create mock
            FileInformation mockFileInfo = mock(FileInformation.class);
    
            // Define behavior
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 11.5K bytes
    - Click Count (0)
  8. docs/en/docs/how-to/graphql.md

    ///
    
    ## GraphQL Libraries { #graphql-libraries }
    
    Here are some of the **GraphQL** libraries that have **ASGI** support. You could use them with **FastAPI**:
    
    * [Strawberry](https://strawberry.rocks/) 🍓
        * With [docs for FastAPI](https://strawberry.rocks/docs/integrations/fastapi)
    * [Ariadne](https://ariadnegraphql.org/)
        * With [docs for FastAPI](https://ariadnegraphql.org/docs/fastapi-integration)
    * [Tartiflette](https://tartiflette.io/)
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 05 18:13:19 GMT 2026
    - 2.7K bytes
    - Click Count (0)
  9. docs/es/docs/how-to/graphql.md

    ## Paquetes de GraphQL { #graphql-libraries }
    
    Aquí algunos de los paquetes de **GraphQL** que tienen soporte **ASGI**. Podrías usarlos con **FastAPI**:
    
    * [Strawberry](https://strawberry.rocks/) 🍓
        * Con [documentación para FastAPI](https://strawberry.rocks/docs/integrations/fastapi)
    * [Ariadne](https://ariadnegraphql.org/)
        * Con [documentación para FastAPI](https://ariadnegraphql.org/docs/fastapi-integration)
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:15:55 GMT 2026
    - 2.9K bytes
    - Click Count (0)
  10. docs/fr/docs/how-to/graphql.md

    Voici quelques bibliothèques **GraphQL** qui prennent en charge **ASGI**. Vous pouvez les utiliser avec **FastAPI** :
    
    * [Strawberry](https://strawberry.rocks/) 🍓
        * Avec [la documentation pour FastAPI](https://strawberry.rocks/docs/integrations/fastapi)
    * [Ariadne](https://ariadnegraphql.org/)
        * Avec [la documentation pour FastAPI](https://ariadnegraphql.org/docs/fastapi-integration)
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 3.1K bytes
    - Click Count (0)
Back to Top