flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Clean up unit tests

Open stevemessick opened this issue 3 years ago • 2 comments

Running tests with 2022.1 causes a number of warnings to be generated. We need to update the test code to stop using deprecated APIs. Also, check that test failures still cause the process to exit with failed status.

stevemessick avatar Feb 25 '22 23:02 stevemessick

Unfortunately, this needs to be deferred. Some of the deprecated methods are being replaced by new APIs that depend on classes not available to current stable and beta channels of Android Studio.

stevemessick avatar Mar 29 '22 22:03 stevemessick

Android Studio is now based on 2021.2, so it is going to be a while before we can do this. I'll just keep moving it to the furthest milestone so we don't forget.

stevemessick avatar May 23 '22 16:05 stevemessick

Fixed in #6386

stevemessick avatar Nov 03 '22 21:11 stevemessick