Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Spy (0.23 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        FunctionSpy<Object, String> spy = new FunctionSpy<>(constant("bar"));
        Future<String> input = immediateFuture("foo");
        Future<String> transformed = lazyTransform(input, spy);
        spy.verifyCallCount(0);
        assertEquals("bar", getDone(transformed));
        spy.verifyCallCount(1);
        assertEquals("bar", getDone(transformed));
        spy.verifyCallCount(2);
      }
    
      @J2ktIncompatible
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

        FunctionSpy<Object, String> spy = new FunctionSpy<>(constant("bar"));
        Future<String> input = immediateFuture("foo");
        Future<String> transformed = lazyTransform(input, spy);
        spy.verifyCallCount(0);
        assertEquals("bar", getDone(transformed));
        spy.verifyCallCount(1);
        assertEquals("bar", getDone(transformed));
        spy.verifyCallCount(2);
      }
    
      @J2ktIncompatible
    Java
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Tue Feb 20 17:00:05 GMT 2024
    - 144.5K bytes
    - Viewed (0)
  3. CREDITS

    github.com/dustin/go-humanize
    https://github.com/dustin/go-humanize
    ----------------------------------------------------------------
    Copyright (c) 2005-2008  Dustin Sallings <dustin@spy.net>
    
    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Fri Apr 26 06:31:35 GMT 2024
    - 1.6M bytes
    - Viewed (0)
Back to top