- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 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)