microsoft / surface-duo-compose-sdk

This repo contains components built with Jetpack Compose for the Microsoft Surface Duo.
MIT License
74 stars 2 forks source link

Update test kit to include test annotations #35

Closed khalp closed 2 years ago

khalp commented 2 years ago

πŸ“ƒ Description

Update ComposeTesting to the new view system library that includes test annotations

πŸ€” Motivation and Context

To keep both library versions in the test kit in sync

πŸ§ͺ How Has This Been Tested?

Added new AnnotationTest.kt file with tests

βš’οΈ Does the PR contain new tests or refactored old ones?

New tests

πŸ“· Screenshots (if appropriate)

πŸ“¦ Types of changes

βœ… Checklist

joyl1216 commented 2 years ago

Are we going to update README and document to provide all the available annotations?

khalp commented 2 years ago

Are we going to update README and document to provide all the available annotations?

Yes, I'll work on the README and Andrei is working on the documentation PR

joyl1216 commented 2 years ago

@khalp would you please also update the main README?

  1. update TwoPaneLayout release version
  2. update ComposeTesting release version
  3. update the social links for the TwoPaneLayout update
joyl1216 commented 2 years ago

The latest update looks good, thanks!