Lambda expressions can be a nice and clean way to accomplish the same thing Anonymous Classes did in the past. However they suffer from the same testing pain point as what they are replacing... mainly they lead to Integration Tests and not Unit Tests. This talk, presented at CodeMash 2017, covers some tips and tricks Android developers using Lambdas, and RXJava can use to help ease this pain.