flutter/dev/automated_tests/flutter_test
Chris Bracken 70ed718f89
Eliminate hardcoded SDK path name from test (#14628)
Eliminates the assumption that the flutter SDK is installed in a
directory named "flutter" from ticker_expectation.txt.
2018-02-10 12:52:47 -08:00
..
exception_handling_expectation.txt Make automated_tests mostly ignore extraneous error messages (#14170) 2018-01-18 14:06:35 -08:00
exception_handling_test.dart Be more consistent about how stack traces are output from flutter_test (#9361) 2017-04-13 12:31:04 -07:00
filtering_test.dart enable lint prefer_single_quotes (#12665) 2017-10-22 18:11:36 +02: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 Make automated_tests mostly ignore extraneous error messages (#14170) 2018-01-18 14:06:35 -08:00
test_async_utils_guarded_test.dart Constants! Constants everywhere! (#9286) 2017-04-07 12:24:32 -07:00
test_async_utils_unguarded_expectation.txt Make automated_tests mostly ignore extraneous error messages (#14170) 2018-01-18 14:06:35 -08:00
test_async_utils_unguarded_test.dart Test service extensions (#7849) 2017-02-03 13:55:07 -08:00
ticker_expectation.txt Eliminate hardcoded SDK path name from test (#14628) 2018-02-10 12:52:47 -08:00
ticker_test.dart Have the framework in charge of scheduling frames. (#13344) 2017-12-08 16:51:59 -08:00
trivial_test.dart Upgrade to the most recent test package. (#11526) 2017-08-04 16:33:38 -07:00
trivial_widget_expectation.txt Make automated_tests mostly ignore extraneous error messages (#14170) 2018-01-18 14:06:35 -08: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.