Mike Sokolov created LUCENE-7937:
------------------------------------

             Summary: Improve tests to play nicely w/IntelliJ
                 Key: LUCENE-7937
                 URL: https://issues.apache.org/jira/browse/LUCENE-7937
             Project: Lucene - Core
          Issue Type: Improvement
          Components: general/test
    Affects Versions: 7.1
            Reporter: Mike Sokolov


When running a single test in IntelliJ, something about the way the tests are 
run causes the UI to display all the tests in the class *other than the one 
that was run* as if they had been ignored. In contrast, running a single test 
in a typical test case class not derived from LuceneTestCase shows only the 
status of that test case method, not all the other methods in the class.

This is somewhat irritating since it makes it hard to see what's going on with 
the test of interest.

This is with IntelliJ 2017.1.4, junit 4.12



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to