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

Add support for JUnit 4 again #1104

Closed
LeoColman opened this issue Nov 29, 2019 · 8 comments · Fixed by #1340
Closed

Add support for JUnit 4 again #1104

LeoColman opened this issue Nov 29, 2019 · 8 comments · Fixed by #1340
Labels
enhancement ✨ Suggestions for adding new features or improving existing ones.

Comments

@LeoColman
Copy link
Member

Removing support from JUnit 4 was a mistake.

Android UI tests cannot run without JUnit 4.

Perhaps it's better to implement a Android-runner than the JUnit4 runner? (Although they'll be the same?)

@LeoColman LeoColman added the enhancement ✨ Suggestions for adding new features or improving existing ones. label Nov 29, 2019
@sksamuel
Copy link
Member

sksamuel commented Nov 29, 2019 via email

@LeoColman
Copy link
Member Author

LeoColman commented Nov 29, 2019 via email

@sksamuel
Copy link
Member

Do android test still need junit4 with the recent work you've done ?

@LeoColman
Copy link
Member Author

Actually, let me see if there's a way to write tests without big workarounds using JUnit 5.

@sksamuel
Copy link
Member

sksamuel commented Jan 13, 2020 via email

@LeoColman
Copy link
Member Author

No, android itself doesn't work with JUnit5 out-of-the-box, for UI tests

@stale
Copy link

stale bot commented Mar 13, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Mar 13, 2020
@stale stale bot closed this as completed Mar 20, 2020
@tom-jb
Copy link

tom-jb commented Mar 31, 2020

I'm wanting to use Kotest, but I'm targeting Android, and as far as I know JUnit 5 is not really supported for Android development.

Is it possible for me to use Kotest? If so, how? As far as I can see, JUnit 4 support has gone completely.

@LeoColman LeoColman reopened this Apr 2, 2020
@stale stale bot removed the wontfix label Apr 2, 2020
LeoColman added a commit that referenced this issue Apr 2, 2020
LeoColman added a commit that referenced this issue Apr 2, 2020
LeoColman added a commit that referenced this issue Apr 2, 2020
LeoColman added a commit that referenced this issue Apr 2, 2020
LeoColman added a commit that referenced this issue Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ Suggestions for adding new features or improving existing ones.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants