Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for test_bug (0.22 sec)

  1. src/test/java/org/codelibs/core/log/LoggerTest.java

            assertThat(Logger.getLogger(getClass()), is(sameInstance(Logger.getLogger(getClass()))));
        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testDebug() throws Exception {
            logger.debug("debug");
        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testInfo() throws Exception {
            logger.info("info");
        }
    
    Java
    - Registered: Fri Apr 19 20:58:09 GMT 2024
    - Last Modified: Thu Mar 07 01:59:08 GMT 2024
    - 3.8K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/AbstractScheduledServiceTest.java

                    }
                  };
                }
              };
          service.startAsync().awaitRunning();
          inGetNextSchedule.await();
          service.stopAsync();
        }
      }
    
      public void testBig() throws Exception {
        TestAbstractScheduledCustomService service =
            new TestAbstractScheduledCustomService() {
              @Override
              protected Scheduler scheduler() {
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 22.5K bytes
    - Viewed (0)
  3. android/guava-tests/test/com/google/common/util/concurrent/AbstractScheduledServiceTest.java

                    }
                  };
                }
              };
          service.startAsync().awaitRunning();
          inGetNextSchedule.await();
          service.stopAsync();
        }
      }
    
      public void testBig() throws Exception {
        TestAbstractScheduledCustomService service =
            new TestAbstractScheduledCustomService() {
              @Override
              protected Scheduler scheduler() {
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Sep 06 17:04:31 GMT 2023
    - 22.5K bytes
    - Viewed (0)
Back to top