Home
last modified time | relevance | path

Searched refs:isNotNull (Results 1 – 25 of 31) sorted by relevance

12

/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
DGenericTest.java36 assertThat(component).isNotNull(); in testGenericComponentCreate()
41 assertThat(component.referencesGeneric().genericA.t).isNotNull(); in testGenericSimpleReferences()
47 assertThat(doubleA.a).isNotNull(); in testGenericDoubleReferences()
48 assertThat(doubleA.a2).isNotNull(); in testGenericDoubleReferences()
49 assertThat(doubleA.t).isNotNull(); in testGenericDoubleReferences()
50 assertThat(doubleA.t2).isNotNull(); in testGenericDoubleReferences()
53 assertThat(doubleB.a).isNotNull(); in testGenericDoubleReferences()
54 assertThat(doubleB.a2).isNotNull(); in testGenericDoubleReferences()
55 assertThat(doubleB.t).isNotNull(); in testGenericDoubleReferences()
56 assertThat(doubleB.t2).isNotNull(); in testGenericDoubleReferences()
[all …]
DNonComponentDependencyTest.java31 assertThat(component).isNotNull(); in testThing()
32 assertThat(component.thingTwo()).isNotNull(); in testThing()
DNestedTest.java28 assertThat(nestedFoo.thing()).isNotNull(); in nestedFoo()
33 assertThat(nestedBar.injectedThing()).isNotNull(); in nestedBar()
DDependsOnGeneratedCodeTest.java27 assertThat(DaggerComponentDependsOnGeneratedCode.create().needsFactory()).isNotNull(); in testComponentDependsOnGeneratedCode()
DBasicTest.java110 assertThat(basicComponent.thing()).isNotNull(); in basicObject_noDeps()
114 assertThat(basicComponent.typeWithInheritedMembersInjection().thing).isNotNull(); in inheritedMembersInjection()
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/cycle/
DCycleTest.java37 assertThat(s.sProvider.get()).isNotNull(); in providerIndirectionSelfCycle()
45 assertThat(c.aProvider.get()).isNotNull(); in providerIndirectionCycle()
46 assertThat(a.b.c.aProvider.get()).isNotNull(); in providerIndirectionCycle()
47 assertThat(a.e.d.b.c.aProvider.get()).isNotNull(); in providerIndirectionCycle()
54 assertThat(s.sLazy.get()).isNotNull(); in lazyIndirectionSelfCycle()
62 assertThat(c.aLazy.get()).isNotNull(); in lazyIndirectionCycle()
63 assertThat(a.b.c.aLazy.get()).isNotNull(); in lazyIndirectionCycle()
64 assertThat(a.e.d.b.c.aLazy.get()).isNotNull(); in lazyIndirectionCycle()
71 assertThat(a.b.c.aProvider.get()).isNotNull(); in subcomponentIndirectionCycle()
72 assertThat(a.e.d.b.c.aProvider.get()).isNotNull(); in subcomponentIndirectionCycle()
[all …]
DLongCycleTest.java35 assertThat(longCycleComponent.class1()).isNotNull(); in longCycle()
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/membersinject/
DMembersInjectTest.java61 assertThat(aParent.aParentField()).isNotNull(); in testMembersInject_overrides()
62 assertThat(aParent.aParentMethod()).isNotNull(); in testMembersInject_overrides()
66 assertThat(aChild.aParentField()).isNotNull(); in testMembersInject_overrides()
68 assertThat(aChild.aChildField()).isNotNull(); in testMembersInject_overrides()
69 assertThat(aChild.aChildMethod()).isNotNull(); in testMembersInject_overrides()
73 assertThat(aGrandchild.aParentField()).isNotNull(); in testMembersInject_overrides()
74 assertThat(aGrandchild.aParentMethod()).isNotNull(); in testMembersInject_overrides()
75 assertThat(aGrandchild.aChildField()).isNotNull(); in testMembersInject_overrides()
77 assertThat(aGrandchild.aGrandchildField()).isNotNull(); in testMembersInject_overrides()
78 assertThat(aGrandchild.aGrandchildMethod()).isNotNull(); in testMembersInject_overrides()
/external/mockito/src/test/java/org/mockitoutil/
DClassLoadersTest.java79 assertThat(aClass).isNotNull(); in isolated_class_loader_can_load_classes_when_dependent_classes_are_matching_the_prefixes()
96 assertThat(aClass).isNotNull(); in isolated_class_loader_can_load_classes_isolated_classes_in_isolation()
209 assertThat(aClass).isNotNull(); in can_load_a_class_in_memory_from_bytes()
286 .isNotNull(); in can_run_in_given_classloader()
291 .isNotNull(); in can_run_in_given_classloader()
/external/mockito/src/test/java/org/mockitousage/matchers/
DVarargsTest.java6 import static org.mockito.ArgumentMatchers.isNotNull;
57 verify(mock).varargs(isNotNull()); in shouldMatchEmptyVarArgs_noArgsIsNotNull()
73 verify(mock).varargs((String[]) isNotNull()); in shouldMatchEmptyVarArgs_noArgsIsNotNullArray()
179 verify(mock).varargsbyte((byte[]) isNotNull()); in shouldMatchEmptyVarArgs_emptyArrayIsNotNull()
186 verify(mock).varargsbyte((byte[]) isNotNull()); in shouldMatchVarArgs_oneArgIsNotNull()
/external/junit-params/src/test/java/junitparams/converters/
DNullableConverterTest.java29 assertThat(value).isNotNull(); in shouldNotApplyConversionToNull()
41 assertThat(value).isNotNull(); in shouldIgnoreDefaultNulllIdentifierWhenIsSpecifiedCustomOne()
/external/mockito/src/test/java/org/mockito/internal/creation/bytebuddy/
DAbstractByteBuddyMockMakerTest.java63 assertThat(mock).isNotNull(); in should_create_mock_from_class_even_when_constructor_is_dodgy()
88 assertThat(mock).isNotNull(); in should_create_class_by_constructor()
96 assertThat(serialized).isNotNull(); in should_allow_serialization()
/external/llvm/test/Transforms/GVN/
Dbig-endian.ll25 %isNotNull = and i1 %isNotNullA, %isNotNullB
26 %isTrueAndNotNull = and i1 %isTrue, %isNotNull
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJDKDSAPublicKey.java77 if (isNotNull(info.getAlgorithm().getParameters())) in JDKDSAPublicKey()
85 private boolean isNotNull(ASN1Encodable parameters) in isNotNull() method in JDKDSAPublicKey
/external/mockito/src/test/java/org/mockitousage/bugs/deepstubs/
DDeepStubsWronglyReportsSerializationProblemsTest.java17 assertThat(the_deep_stub).isNotNull(); in should_not_raise_a_mockito_exception_about_serialization_when_accessing_deep_stub()
/external/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/
DSimpleTest.java32 assertThat(simpleComponent).isNotNull(); in testSimpleComponent()
DDependentTest.java38 assertThat(dependentComponent).isNotNull(); in dependentComponent()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
DBCDSAPublicKey.java81 if (isNotNull(info.getAlgorithm().getParameters())) in BCDSAPublicKey()
95 private boolean isNotNull(ASN1Encodable parameters) in isNotNull() method in BCDSAPublicKey
/external/junit-params/src/test/java/junitparams/
DParametersReaderForMethodTest.java38 assertThat(o).isNotNull(); in noToString()
/external/mockito/src/main/java/org/mockito/
DArgumentMatchers.java1054 public static <T> T isNotNull() { in isNotNull() method in ArgumentMatchers
1075 public static <T> T isNotNull(Class<T> clazz) { in isNotNull() method in ArgumentMatchers
/external/proguard/src/proguard/evaluation/value/
DReferenceValue.java153 public final int isNotNull() in isNotNull() method in ReferenceValue
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/nullables/
DNullabilityTest.java100 assertThat(numberProvider).isNotNull(); in validate()
/external/mockito/src/test/java/org/mockito/internal/configuration/
DMockInjectionTest.java71 assertThat(withoutConstructor.theSet).isNotNull(); in can_try_property_or_setter_injection()
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/subcomponent/
DSubcomponentTest.java113 assertThat(childComponent.newGrandchildComponent().needsAnInterface()).isNotNull(); in dependenceisInASubcomponent()
/external/mockito/src/test/java/org/mockitousage/debugging/
DInvocationListenerCallbackTest.java81 assertThat(toBeAsserted.invocation).isNotNull(); in notifiedFor()

12