'JUnit GUI doesn't show executed test methods

I run a test class, the outprint in console is correct, but the list of the @Test methods doesn't appear in the JUnit tab:

Test class executed

How to fix it? Does the asterisk of the icon of the tab of the JUnit indicate any kind of problem (the same problem)?



Solution 1:[1]

You are setting show failures only (the red and blue Xs), click on it to show all JUnit runs

Show Failures Only Shows only failed tests.

Solution 2:[2]

Toggle the "Show Failures Only" button:

enter image description here

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Glorfindel
Solution 2 Isi