This document contains notes from an ATEC meeting on May 26, 2011. The agenda items included discussing JUnit, the Android testing framework, and Android mocking. It provides details on different types of Android test cases like AndroidTestCase and ActivityInstrumentationTestCase2. It also covers how to use mocks in Android tests to isolate dependencies and make tests less fragile. Private methods and fields are discussed as challenges for testing. The benefits of using mocks to avoid dependencies on actual classes are explained.