• Alan Russian's avatar
    Change async stubbing to use thenAnswer. (#13521) · 30720bd1
    Alan Russian authored
    * Change async stubbing to use thenAnswer.
    
    Mockito now prohibits calling thenReturn with Futures and Streams. dart-lang/mockito#79
    
    * Update all Mockito deps to 3.0.0.
    
    * Revert "Update all Mockito deps to 3.0.0."
    
    This reverts commit e8ab9d37c33d3d7fe384abde64ea5b4d72623c75.
    
    I did not correctly update the mockito dep, and there's no easy way to update to 3.0 alpha right now.
    
    * Change thenAnswer((_) => to thenAnswer((invocation) =>
    
    * Add Invocation type to thenAnswer lambdas
    30720bd1
Name
Last commit
Last update
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...