- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for MIXEDCASE (0.04 seconds)
-
src/test/java/jcifs/NetbiosNameTest.java
assertEquals(lowerCase, mockNetbiosName.getName()); when(mockNetbiosName.getName()).thenReturn(mixedCase); assertEquals(mixedCase, mockNetbiosName.getName()); } @Test @DisplayName("Should handle workstation service type") void testWorkstationServiceType() { // Given int workstationType = 0x00;
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/script/AbstractScriptEngineTest.java
ScriptEngine mixedCase = scriptEngineFactory.getScriptEngine("TestEngine"); assertNotNull(lowerCase); assertNotNull(upperCase); assertNotNull(mixedCase); assertEquals(testScriptEngine, lowerCase); assertEquals(testScriptEngine, upperCase); assertEquals(testScriptEngine, mixedCase); } // Test getName abstract method implementation
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 6.9K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/InterceptorTest.kt
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Nov 04 16:11:23 GMT 2025 - 28.2K bytes - Click Count (0) -
src/test/java/jcifs/netbios/NameTest.java
assertEquals("LOWERCASE", name.name); } @Test void constructor_withMixedCaseName_shouldConvertToUpperCase() { Name name = new Name(mockConfig, "MiXeDcAsE", 0x20, null); assertEquals("MIXEDCASE", name.name); } @Test void writeWireFormat_withDifferentOffsets_shouldWorkCorrectly() { Name name = new Name(mockConfig, "TEST", 0x20, null);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 19.4K bytes - Click Count (0)