- Sort Score
- Result 10 results
- Languages All
Results 1011 - 1020 of 3,933 for avoid (0.05 sec)
- 
				
				src/test/java/jcifs/internal/smb2/tree/Smb2TreeDisconnectResponseTest.javaprivate Configuration mockConfig; private Smb2TreeDisconnectResponse response; @BeforeEach void setUp() { mockConfig = mock(Configuration.class); response = new Smb2TreeDisconnectResponse(mockConfig); } @Test @DisplayName("Should create response with configuration") void testConstructorWithConfiguration() { // Given & WhenRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 14.1K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/validation/CronExpressionTest.javaprivate Validator validator; @Override public void setUp() throws Exception { super.setUp(); ValidatorFactory factory = Validation.buildDefaultValidatorFactory(); validator = factory.getValidator(); } // Test annotation attributes and defaults public void test_annotationAttributes() throws Exception {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.2K bytes - Viewed (0)
- 
				
				api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java* * @param session the current build session * @param project the project to attach the artifact to * @param path the path to the artifact file */ default void attachArtifact(@Nonnull Session session, @Nonnull Project project, @Nonnull Path path) { String name = path.getFileName().toString(); int dot = name.lastIndexOf('.');Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jan 30 23:29:13 UTC 2025 - 12K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsWebAuthentication.javareturn convertEmptyToNull(authRealm); } public void setAuthRealm(String value) { registerModifiedProperty("authRealm"); this.authRealm = value; } public String getCreatedBy() { checkSpecifiedProperty("createdBy"); return convertEmptyToNull(createdBy); } public void setCreatedBy(String value) { registerModifiedProperty("createdBy"); Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9K bytes - Viewed (0)
- 
				
				android/guava-testlib/test/com/google/common/collect/testing/IteratorTesterTest.java}; assertFailure(tester); } public void testUnknownOrder() { new IteratorTester<Integer>( 3, MODIFIABLE, newArrayList(1, 2), IteratorTester.KnownOrder.UNKNOWN_ORDER) { @Override protected Iterator<Integer> newTargetIterator() { return newArrayList(2, 1).iterator(); } }.test(); } public void testUnknownOrderUnrecognizedElement() {Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Aug 06 18:32:41 UTC 2025 - 10.3K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/exception/WebApiExceptionTest.java} public void test_statusCode_zero() { // Test with zero status code int statusCode = 0; String message = "Zero status"; WebApiException exception = new WebApiException(statusCode, message); assertEquals(statusCode, exception.getStatusCode()); assertEquals(message, exception.getMessage()); } public void test_message_emptyString() {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.3K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/exception/DataStoreExceptionTest.java} public void test_constructor_withNullMessage() { // Test with null message DataStoreException exception = new DataStoreException((String) null); assertNotNull(exception); assertNull(exception.getMessage()); assertNull(exception.getCause()); } public void test_constructor_withNullCause() { // Test with null causeRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 8.7K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb1/smb1/SmbComTransactionTest.java// Setters for test control void setSetupBytesWritten(int bytes) { this.setupBytesWritten = bytes; } void setParameterBytesWritten(int bytes) { this.parameterBytesWritten = bytes; } void setDataBytesWritten(int bytes) { this.dataBytesWritten = bytes; } } @BeforeEach void setUp() {Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.9K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/util/JobProcessTest.java} public void test_getProcess() throws IOException { Process mockProcess = createMockProcess("test"); JobProcess jobProcess = new JobProcess(mockProcess); Process retrievedProcess = jobProcess.getProcess(); assertSame(mockProcess, retrievedProcess); } public void test_getInputStreamThread() throws IOException {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 12 07:34:10 UTC 2025 - 8.5K bytes - Viewed (0)
- 
				
				android/guava-tests/test/com/google/common/collect/RegularImmutableTableTest.javareturn ImmutableList.<ImmutableTable<Character, Integer, String>>of(SPARSE, DENSE); } public void testCellSet() { for (ImmutableTable<Character, Integer, String> testInstance : getTestInstances()) { assertEquals(CELLS, testInstance.cellSet()); } } public void testValues() { for (ImmutableTable<Character, Integer, String> testInstance : getTestInstances()) { Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 14:50:24 UTC 2024 - 6.3K bytes - Viewed (0)