Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testApply (0.06 seconds)

  1. android/guava-tests/test/com/google/common/base/ConverterTest.java

        assertEquals(converter, converter.reverse().reverse());
      }
    
      // We need to test that apply() does in fact behave like convert().
      @SuppressWarnings("InlineMeInliner")
      public void testApply() {
        assertEquals(LONG_VAL, STR_TO_LONG.apply(STR_VAL));
      }
    
      private static class StringWrapper {
        private final String value;
    
        StringWrapper(String value) {
          this.value = value;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Mar 18 18:06:14 GMT 2026
    - 8.3K bytes
    - Click Count (0)
Back to Top