Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 176 (0.07 sec)

  1. src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlRequestTest.java

            when(mockOutputData.size()).thenReturn(50);
            request.setOutputData(mockOutputData);
    
            int size = request.size();
    
            // Base size 120 + 50 = 170, aligned to 8 = 176
            assertEquals(176, size);
            verify(mockOutputData).size();
        }
    
        @Test
        @DisplayName("Test size calculation with both input and output data")
        void testSizeWithBothData() {
            setupMockConfig();
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 14.3K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

    * Fix typos in docs. PR [#176](https://github.com/tiangolo/fastapi/pull/176) by [@chdsbd](https://github.com/chdsbd).
    
    ## 0.19.0
    
    * Rename *path operation decorator* parameter `content_type` to `response_class`. PR [#183](https://github.com/tiangolo/fastapi/pull/183).
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri Sep 05 12:48:45 UTC 2025
    - 544.1K bytes
    - Viewed (0)
Back to top