- Sort Score
- Result 10 results
- Languages All
Results 331 - 340 of 1,042 for set_op (0.03 sec)
- 
				
				compat/maven-compat/src/test/java/org/apache/maven/project/ProjectClasspathTestType.java@Deprecated class ProjectClasspathTestType extends AbstractMavenProjectTestCase { static final String DIR = "projects/scope/"; @Override @BeforeEach public void setUp() throws Exception { super.setUp(); ArtifactResolver resolver = getContainer().lookup(ArtifactResolver.class, "classpath"); DefaultArtifactDescriptorReader pomReader =Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Mar 21 04:56:21 UTC 2025 - 6.4K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/ds/callback/FileListIndexUpdateCallbackImplTest.javapublic class FileListIndexUpdateCallbackImplTest extends UnitFessTestCase { public FileListIndexUpdateCallbackImpl indexUpdateCallback; @Override public void setUp() throws Exception { super.setUp(); indexUpdateCallback = new FileListIndexUpdateCallbackImpl(null, null, 1); } /** Case 1: Normal merge (no duplicates) */ public void test_mergeResponseData_noOverwrite() {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 23:31:00 UTC 2025 - 7.2K bytes - Viewed (0)
- 
				
				android/guava-testlib/src/com/google/common/collect/testing/testers/SortedMapNavigationTester.javapublic class SortedMapNavigationTester<K, V> extends AbstractMapTester<K, V> { private SortedMap<K, V> navigableMap; private Entry<K, V> a; private Entry<K, V> c; @Override public void setUp() throws Exception { super.setUp(); navigableMap = (SortedMap<K, V>) getMap(); List<Entry<K, V>> entries = copyToList( getSubjectGenerator() Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Nov 14 23:40:07 UTC 2024 - 6.2K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/SmbPipeHandleTest.java* Initializes a mock {@link SmbPipeResource} and a mock implementation of {@link SmbPipeHandle}. * @throws CIFSException if an error occurs during setup. */ @BeforeEach public void setUp() throws CIFSException { mockPipeResource = mock(SmbPipeResource.class); mockSmbPipeHandleInternal = mock(SmbPipeHandleInternal.class); mockInputStream = mock(InputStream.class);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/internal/smb2/multichannel/ChannelFailoverTest.javaprivate SmbTransport mockNewTransport; @Mock private CommonServerMessageBlock mockOperation; private ChannelFailover failover; private ChannelInfo failedChannel; @BeforeEach void setUp() throws UnknownHostException { failover = new ChannelFailover(mockChannelManager); InetAddress addr = InetAddress.getByName("192.168.1.100");Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 7.7K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/internal/smb2/multichannel/ChannelManagerTest.java@Mock private SmbTransport mockTransport; @Mock private CommonServerMessageBlock mockMessage; private ChannelManager channelManager; @BeforeEach void setUp() { when(mockContext.getConfig()).thenReturn(mockConfig); when(mockConfig.isUseMultiChannel()).thenReturn(true); when(mockConfig.getMaxChannels()).thenReturn(4);Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 7.6K bytes - Viewed (0)
- 
				
				.github/workflows/go.ymlruns-on: ${{ matrix.os }} strategy: matrix: go-version: [1.24.x] os: [ubuntu-latest] steps: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: go-version: ${{ matrix.go-version }} check-latest: true - name: Build on ${{ matrix.os }} if: matrix.os == 'ubuntu-latest' env: CGO_ENABLED: 0Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Apr 09 14:28:39 UTC 2025 - 1.1K bytes - Viewed (0)
- 
				
				src/test/java/org/codelibs/fess/helper/JobHelperTest.javaimport org.codelibs.fess.util.ComponentUtil; import org.lastaflute.job.LaCron; public class JobHelperTest extends UnitFessTestCase { private JobHelper jobHelper; @Override public void setUp() throws Exception { super.setUp(); jobHelper = new JobHelper(); ComponentUtil.register(new SystemHelper(), "systemHelper"); ComponentUtil.register(new MockJobLogBhv(), JobLogBhv.class.getCanonicalName()); }Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 6.2K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb1/smb1/SmbSessionTest.java// performs several other operations, but for the purpose of the test // we intercept the factory call. private MockedStatic<SmbTransport> smbtStatic; @BeforeEach void setUp() throws Exception { // Create a real NtlmPasswordAuthentication instance auth = new NtlmPasswordAuthentication("TESTDOMAIN", "testuser", "testpass"); // Initialize ServerData to avoid NullPointerExceptionRegistered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 5.6K bytes - Viewed (0)
- 
				
				fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/ExtractorFactoryTest.java/** * @author shinsuke * */ public class ExtractorFactoryTest extends PlainTestCase { public ExtractorFactory extractorFactory; @Override protected void setUp() throws Exception { super.setUp(); StandardCrawlerContainer container = new StandardCrawlerContainer().singleton("tikaExtractor", TikaExtractor.class)// .singleton("pdfExtractor", PdfExtractor.class)//Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 6.9K bytes - Viewed (0)