HomeSort by relevance Sort by last modified time
    Searched refs:providedValue (Results 1 - 2 of 2) sorted by null

  /external/guice/extensions/testlib/test/com/google/inject/testing/throwingproviders/
CheckedProviderSubjectTest.java 31 assertThat(provider).providedValue().isEqualTo(expected);
44 expectWhenTesting().that(provider).providedValue().isEqualTo(expected);
59 expectWhenTesting().that(provider).providedValue();
  /external/guice/extensions/testlib/src/com/google/inject/testing/throwingproviders/
CheckedProviderSubject.java 50 public Subject<?, Object> providedValue() {

Completed in 233 milliseconds