Home
last modified time | relevance | path

Searched refs:nullableInput (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/javatests/dagger/functional/builderbinds/
DBuilderBindsTest.java39 .nullableInput("bar") in builderBinds()
45 assertThat(component.nullableInput()).isEqualTo("bar"); in builderBinds()
56 .nullableInput(null) in builderBindsNullableWithNull()
63 assertThat(component.nullableInput()).isNull(); in builderBindsNullableWithNull()
83 .nullableInput("bar") in builderBindsPrimitiveNotSet()
99 .nullableInput("foo") in builderBindsNonNullableNotSet()
116 assertThat(component.nullableInput()).isNull(); in builderBindsNullableNotSet()
DTestComponent.java35 String nullableInput(); in nullableInput() method
54 Builder nullableInput(@Nullable @Named("nullable input") String nullableInput); in nullableInput() argument