Skip to content

Make all of Flutter.framework available for unit testing in IosUnitTests #54324

@gaaclarke

Description

@gaaclarke

Currently we have unit tests for iOS at testing/ios/IosUnitTests/. It links against "Flutter.framework" which means it can only link against the public symbols in that library. This makes it impossible to unit test internal classes.

We should make an alternative build target for Flutter.framework that exposes all symbols so that IosUnitTests can link against that and provide unit tests for everything.

Metadata

Metadata

Assignees

No one assigned

    Labels

    a: tests"flutter test", flutter_test, or one of our testsc: contributor-productivityTeam-specific productivity, code health, technical debt.engineflutter/engine related. See also e: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions