neworldlt
12/31/2015, 9:45 AMorg.mockito.exceptions.misusing.UnfinishedStubbingException
. Code is: doReturn(true).`when`(tracker).isEnabled
Generated code is: Stubber doReturn = Mockito.doReturn(Boolean.valueOf(true));
KahunaTracker kahunaTracker2 = this.tracker;
if (kahunaTracker2 == null) {
Intrinsics.throwUninitializedPropertyAccessException("tracker");
}
((KahunaTracker) doReturn.when(kahunaTracker2)).isEnabled();
doReturn = Mockito.doReturn(Companion.access$getDATE_NOW$p(Companion));