Searched refs:isNull (Results 1 – 18 of 18) sorted by relevance
59 .isNull(); in setUp()62 .isNull(); in setUp()69 .isNull(); in tearDown()72 .isNull(); in tearDown()
39 Truth.assertThat(args.getChild("invalidChild")).isNull() in <lambda>()52 Truth.assertThat(args.getChild("invalidChild")).isNull() in <lambda>()55 Truth.assertThat(args.getChild("child")?.getChild("invalidgrandChild")).isNull() in <lambda>()71 Truth.assertThat(args.getChildren("invalidChildren")).isNull() in <lambda>()
44 assertThat(result.diff).isNull() in diffColor_exactMatch()62 assertThat(result.diff).isNull() in diffColor_almostMatchLowRed()80 assertThat(result.diff).isNull() in diffColor_almostMatchHighRed()
638 assertThat(result.diff?.toIntArray()).isNull() in <lambda>()
74 Truth.assertWithMessage("Expected exception").that(firstAssertionResult).isNull() in executes()75 Truth.assertWithMessage("Expected exception").that(lastAssertionResult).isNull() in executes()107 Truth.assertWithMessage("Expected exception").that(lastAssertionResult).isNull() in updatesRunStatusFailureFirst()121 Truth.assertWithMessage("Expected exception").that(firstAssertionResult).isNull() in updatesRunStatusFailureLast()
59 Truth.assertThat(currState.layerState).isNull() in canFetchCurrentDeviceStateOnlyWm()68 Truth.assertThat(currState.wmState).isNull() in canFetchCurrentDeviceStateOnlyLayers()
50 check { "InputMethodServiceEntry" }.that(entry).isNull() in <lambda>()
50 check { "ImeClientEntry" }.that(entry).isNull() in <lambda>()
50 check { "InputMethodManagerServiceEntry" }.that(entry).isNull() in <lambda>()
44 .isNull() in exceptionContainsDebugInfoImaginary()
45 Truth.assertWithMessage("ImaginaryLayer is not found").that(foundLayer).isNull() in exceptionContainsDebugInfoImaginary()
65 fun isNull() { in isNull() method in android.tools.flicker.subject.CheckSubject
96 Truth.assertWithMessage(subjectName).that(subject).isNull() in readTraceNullWhenDoesNotExist()
120 Truth.assertWithMessage("Expected exception").that(actual).isNull() in verifyExceptionMessage()
217 Truth.assertThat(startTransaction).isNull() in getStartTransaction_noMatch()334 Truth.assertThat(finishTransaction).isNull() in getFinsihTransaction_noMatch()
87 Truth.assertWithMessage(traceName).that(trace).isNull() in <lambda>()
116 if (source.isNull(name)) { in getBigInteger()
74 Truth.assertThat(collector.assertionResultsByTest[testDescription]).isNull() in <lambda>()