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

Log not working with ParameterizedTest #311

Open
hellday opened this issue Dec 7, 2023 · 1 comment
Open

Log not working with ParameterizedTest #311

hellday opened this issue Dec 7, 2023 · 1 comment

Comments

@hellday
Copy link

hellday commented Dec 7, 2023

Hello,
Test annotated with @ParameterizedTest don't show any logs.
I tested it with Log class and the println() method from Kotlin.

It's working fine on a test annotated with @Test.

@mannodermaus
Copy link
Owner

Hi, apologies for the late response. When you say that this test "doesn't show any logs", do you mean the Test window in Android Studio, or do you mean that even Logcat doesn't show anything? To verify, please check if you can find your log statements inside Logcat when the test is executed (you can filter Logcat with tag:System.out to find the println() messages). If they show up in Logcat but not in the AS Test window, then we can fold this ticket into #312.

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

No branches or pull requests

2 participants