• Ian Hickson's avatar
    Some cleanup of the test framework (#4001) · d2c8c82f
    Ian Hickson authored
    * Add a "build" phase to EnginePhase for completeness.
    * Ignore events from the device during test execution.
    * More dartdocs
    * Slightly more helpful messages about Timers in verifyInvariants.
    * Add widgetList, elementList, stateList, renderObjectList.
    * Send test events asynchronously for consistency with other APIs.
    * Fix a test that was depending on test events being synchronous (or
      rather, scheduled in a microtask that came before the microtask for
      the completer of the future that the tap() function returned).
    d2c8c82f
drop_down_test.dart 2.06 KB