You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BuildManifestUtil was modified during the Post Build Signing project. It needs to have unit tests to validate the changes that were made.
Specifically, these methods need testing:
CreateModelFromItems
CreateSigningInformationModelFromItems
CreateModel
ManifestBuildDataHasLocationInformation
All of SigningInformationModel
All of BuildModel (may be tested as a result of other functionality being tested, but listing it out here as changes were made to it and it's a small class)
BuildManifestUtil was modified during the Post Build Signing project. It needs to have unit tests to validate the changes that were made.
Specifically, these methods need testing:
Related PRs:
Code that needs unit tests: