- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 62 for scenarios (0.06 sec)
-
src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java
fail("ProcessDestroyer inner class should exist"); } } // Test exception handling scenarios public void test_exception_handling_scenarios() throws Exception { // Test various exception scenarios without triggering component dependencies // Test with null command list try {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 16.4K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/util/concurrent/GeneratedMonitorTest.java
private GeneratedMonitorTest( Method method, Scenario scenario, boolean fair, @Nullable Timeout timeout, Outcome expectedOutcome) { super(nameFor(method, scenario, fair, timeout, expectedOutcome)); this.method = method; this.scenario = scenario; this.timeout = timeout; this.expectedOutcome = expectedOutcome;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Aug 11 19:31:30 UTC 2025 - 27K bytes - Viewed (0) -
src/test/java/jcifs/ACETest.java
verify(ace, times(1)).getFlags(); } } @Nested @DisplayName("Real-world Usage Scenarios") class RealWorldUsageTests { @Test @DisplayName("Should handle typical file system permission scenarios") void shouldHandleFileSystemPermissions() { // Read-only file access
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/SearchHelperTest.java
SearchRequestParams result = searchHelper.rewrite(params); assertEquals("rewritten2", result.getQuery()); } // Test storeSearchParameters with various scenarios public void test_storeSearchParameters_withRequiredKeys() { ComponentUtil.setFessConfig(new MockFessConfig() { @Override public String getCookieSearchParameterRequiredKeys() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 18.9K bytes - Viewed (0) -
src/test/java/jcifs/spnego/NegTokenInitTest.java
assertArrayEquals(largeMic, parsed.getMechanismListMIC()); } } @Nested @DisplayName("Parameterized Tests for Multiple Scenarios") class ParameterizedTests { @ParameterizedTest @MethodSource("provideMechanismCombinations") @DisplayName("Various mechanism combinations round-trip correctly")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/protwords/ProtwordsItemTest.java
item.setNewInput(newSpecialInput); assertEquals(newSpecialInput, item.toLineString()); } public void test_whitespaceHandling() { // Test with various whitespace scenarios ProtwordsItem item1 = new ProtwordsItem(1, " word "); assertEquals(" word ", item1.getInput()); assertEquals(" word ", item1.toLineString());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 10.2K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileFsFullSizeInformationTest.java
assertEquals(FileSystemInformation.FS_FULL_SIZE_INFO, freshInfo.getFileSystemInformationClass()); } } @Nested @DisplayName("Edge Cases and Real-World Scenarios") class EdgeCasesAndRealWorldTests { @Test @DisplayName("Should handle typical Windows NTFS configuration") void shouldHandleTypicalNTFSConfiguration() throws SMBProtocolDecodingException {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/witness/WitnessIntegrationTest.java
* Disabled by default - enable with -Dwitness.integration.test=true */ @Test void testWitnessEnvironmentConfiguration() throws Exception { // Test simulating real witness environment scenarios // This test validates integration patterns without requiring real cluster // Simulate witness service discovery InetAddress mockWitnessAddress = InetAddress.getByName("127.0.0.1");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 9.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exception/ContainerNotAvailableExceptionTest.java
assertNull(exception.getCause()); assertEquals("container", exception.getComponentName()); } public void test_getComponentName() { // Test getComponentName method with various scenarios String componentName1 = "dataSource"; ContainerNotAvailableException exception1 = new ContainerNotAvailableException(componentName1, new RuntimeException());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/util/MemoryUtilTest.java
assertTrue(memory2 >= 0); // Memory usage should have changed (though we can't guarantee direction due to GC) } public void test_integrationScenarios() { // Test realistic scenarios combining multiple methods String memoryLog1 = MemoryUtil.getMemoryUsageLog(); // Create some objects and measure their sizes List<String> testData = new ArrayList<>();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 11.8K bytes - Viewed (0)