• 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
Name
Last commit
Last update
..
all_elements.dart Loading commit data...
binding.dart Loading commit data...
controller.dart Loading commit data...
finders.dart Loading commit data...
matchers.dart Loading commit data...
service_mocker.dart Loading commit data...
stack_manipulation.dart Loading commit data...
test_async_utils.dart Loading commit data...
test_pointer.dart Loading commit data...
widget_tester.dart Loading commit data...