Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testExpired (0.04 sec)

  1. src/test/java/org/codelibs/core/timer/TimeoutManagerTest.java

        }
    
        protected void tearDown() throws Exception {
            TimeoutManager.getInstance().clear();
        }
    
        /**
         * @throws Exception
         */
        public void testExpired() throws Exception {
            TimeoutTask task = TimeoutManager.getInstance().addTimeoutTarget(new TimeoutTarget() {
                public void expired() {
                    System.out.println("expired");
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Sat May 10 01:32:17 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessCookieResourceProviderTest.java

            assertNull(expire);
        }
    
        // Test with different expire values
        public void test_differentExpireValues() {
            int[] testExpires = { 0, 1, 60, 3600, 86400, Integer.MAX_VALUE };
    
            for (int expire : testExpires) {
                ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {
                    private static final long serialVersionUID = 1L;
    
                    @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 8.9K bytes
    - Viewed (0)
Back to top