- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for tyto (0.06 sec)
-
guava-tests/test/com/google/common/base/SplitterTest.java
String jacksons = "arfo(Marlon)aorf, (Michael)orfa, afro(Jackie)orfa, ofar(Jemaine), aff(Tito)"; Iterable<String> family = COMMA_SPLITTER .trimResults(CharMatcher.anyOf("afro").or(CharMatcher.whitespace())) .split(jacksons); assertThat(family) .containsExactly("(Marlon)", "(Michael)", "(Jackie)", "(Jemaine)", "(Tito)") .inOrder(); } public void testStringSimpleSplit() {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 29.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/lock/Smb2OplockBreakNotificationTest.java
fileIdField.setAccessible(true); fileIdField.set(notification, fileId); String result = notification.toString(); // Note: There's a typo in the original code - "Opblock" instead of "Oplock" assertTrue(result.startsWith("Smb2OpblockBreakNotification[")); assertTrue(result.contains("oplockLevel=" + oplockLevel));
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.6K bytes - Viewed (0)