You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From an IDE such as IntelliJ, you cannot run a test method individually. This makes quite painful to implement test code with JCUnit when we have multiple test methods in a test class and some of (or all of) them are time consuming. A user needs to modify (give @ignore annotation or comment out) their test codes to suppress the other methods than the one he/she is working on at the time.
Although this is an IntelliJ side's issue, I believe, we should have some way to workaround it.
From an IDE such as IntelliJ, you cannot run a test method individually. This makes quite painful to implement test code with JCUnit when we have multiple test methods in a test class and some of (or all of) them are time consuming. A user needs to modify (give @ignore annotation or comment out) their test codes to suppress the other methods than the one he/she is working on at the time.
Although this is an IntelliJ side's issue, I believe, we should have some way to workaround it.
We should be able to do it by following code.
The text was updated successfully, but these errors were encountered: