flutter/dev/automated_tests/flutter_test
2018-10-04 18:44:23 +02:00
..
exception_handling_expectation.txt Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
exception_handling_test.dart apply lint prefer_void_to_null in dev/ (#22661) 2018-10-04 18:44:23 +02:00
filtering_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
README.md Upgrade to the most recent test package. (#11526) 2017-08-04 16:33:38 -07:00
test_async_utils_guarded_expectation.txt Revert "Enable sync-async" (#16825) 2018-04-20 16:33:07 -07:00
test_async_utils_guarded_test.dart apply lint prefer_void_to_null in dev/ (#22661) 2018-10-04 18:44:23 +02:00
test_async_utils_unguarded_expectation.txt Remove test group in favour of addTearDown (#17962) 2018-05-28 21:45:56 +01:00
test_async_utils_unguarded_test.dart apply lint prefer_void_to_null in dev/ (#22661) 2018-10-04 18:44:23 +02:00
ticker_expectation.txt Remove test group in favour of addTearDown (#17962) 2018-05-28 21:45:56 +01:00
ticker_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
trivial_test.dart Shim package:test to avoid matcher issues (#20602) 2018-08-14 20:33:58 -07:00
trivial_widget_expectation.txt Be less verbose in the logs. (#17401) 2018-06-04 15:22:19 -07:00
trivial_widget_test.dart Make automated_tests mostly ignore extraneous error messages (#14170) 2018-01-18 14:06:35 -08:00

The files in this directory are used as part of tests in the flutter_tools package. Some are here because here these tests need a pubspec.yaml that references the flutter framework (which is intentionally not true of the flutter_tools package). Others are here mostly out of peer pressure.