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

[infinitest-intellij] No failed test marker if more than one class in one file - Idea #195

Open
szpak opened this issue Mar 3, 2016 · 1 comment
Labels
comp:infinitest-intellij Issues related to Infintest for IntelliJ (and other Jetbrains IDEs) status:needs-repro type: bug

Comments

@szpak
Copy link
Contributor

szpak commented Mar 3, 2016

Not very often meet situation, however having additional top-level class in a java file with a test class causes that test markers (pointing a line when given test failed) are not shown in Idea. Tested with Idea 16 EAP (145.184.1), but seems to be a general issue.
If possible, converting the later class into an inner class is a simple workaround.

pubic class FooTest {
    @Test
    public void shouldDoSomething() { ... }
}

class AddtionalClassInTheSameJavaFile { ... }
@apupier apupier added the comp:infinitest-intellij Issues related to Infintest for IntelliJ (and other Jetbrains IDEs) label Jun 13, 2016
@sarod sarod changed the title No failed test marker if more than one class in one file - Idea [infinitest-intellij] No failed test marker if more than one class in one file - Idea May 15, 2018
@szpak
Copy link
Contributor Author

szpak commented Dec 8, 2018

In Idea 2018.3.1 the icon is no longer displayed at all - #272.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:infinitest-intellij Issues related to Infintest for IntelliJ (and other Jetbrains IDEs) status:needs-repro type: bug
Projects
None yet
Development

No branches or pull requests

3 participants