Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove JUnit usages from files in main source set #1437

Merged
merged 1 commit into from
May 22, 2024

Conversation

jrodbx
Copy link
Collaborator

@jrodbx jrodbx commented May 18, 2024

The paparazzi module has been designed as a JUnit rule, so it's been tempting to use Junit assertions in both test sources as well as main sources. However, moving core classes out into an SDK non-JUnit module reveals the tight coupling in some classes, so let's fix that.

Copy link
Collaborator

@gamepro65 gamepro65 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense

@jrodbx jrodbx force-pushed the jrod/2024-05-18/junit-removal branch from 42a85d1 to ff8270e Compare May 22, 2024 09:17
@jrodbx jrodbx force-pushed the jrod/2024-05-18/junit-removal branch from ff8270e to e4860ea Compare May 22, 2024 09:18
@jrodbx jrodbx merged commit 1c1f074 into master May 22, 2024
14 checks passed
@jrodbx jrodbx deleted the jrod/2024-05-18/junit-removal branch May 22, 2024 09:28
jrodbx pushed a commit that referenced this pull request Jul 6, 2024
* Delete MatrixMultiplication Interceptor (#1423)
* Fix configuration cache bug when generating sources (#1424)
* Invert logic in #1388 (#1425)
* Remove guava workaround now that Collector APIs are in guava-android (#1426)
* Extract aar2jar logic into shareable plugin (#1435)
* Update dependency com.android.tools.layoutlib:layoutlib-api to v31.4.1 (#1401)
* Update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.15.3 (#1438)
* Fix recent tests to be repeatable (#1436)
* Remove JUnit usages from files in main source set (#1437)
* Update Kotlin and Compose (#1385)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants