- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for expectedResult (0.06 sec)
-
src/test/java/jcifs/smb/DosFileFilterTest.java
* to ensure the bitwise logic is correctly implemented. * * @param filterAttributes The attributes set for the filter. * @param fileAttributes The attributes of the mock file. * @param expectedResult The expected outcome of the accept method. * @throws SmbException If an SMB error occurs. */ @ParameterizedTest(name = "Filter: {0}, File: {1}, Expected: {2}") @CsvSource({Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/dfs/DfsReferralResponseBufferTest.java
@ParameterizedTest @DisplayName("Should handle various pathConsumed values") @CsvSource({ "0, 0", "10, 5", "100, 50", "1000, 500", "65534, 32767" }) void testPathConsumedValues(int rawValue, int expectedResult) { byte[] testBuffer = new byte[8]; ByteBuffer bb = ByteBuffer.wrap(testBuffer).order(ByteOrder.LITTLE_ENDIAN); bb.putShort((short) rawValue); // pathConsumedRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.4K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/EXTRACTOR_TESTS_README.md
5. **Resources**: Test resources are properly managed and cleaned up ## Contributing When adding new tests: 1. Follow the existing naming convention: `test_<method>_<scenario>_<expectedResult>` 2. Add clear JavaDoc comments explaining the test purpose 3. Ensure tests are independent and can run in any order 4. Clean up resources in finally blocks or use try-with-resources
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Wed Nov 19 08:55:01 UTC 2025 - 5.7K bytes - Viewed (0)