You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by 안석찬 <ah...@gmail.com> on 2017/06/27 18:44:11 UTC

How to run unit test on intellij?

Hi, I am Seokchan, a GSoC student.

I wrote some unit test code and running it. It works well when I run all of the tests with `mvn test`.
But It says some packages are missing when I tried to run the unit test separately.

How to run my test code in isolation?

Re: How to run unit test on intellij?

Posted by 안석찬 <ah...@gmail.com>.
I reimported all maven projects and this issue has resolved!
> On 28 Jun 2017, at 3:44 AM, 안석찬 <ah...@gmail.com> wrote:
> 
> Hi, I am Seokchan, a GSoC student.
> 
> I wrote some unit test code and running it. It works well when I run all of the tests with `mvn test`.
> But It says some packages are missing when I tried to run the unit test separately.
> 
> How to run my test code in isolation?
> <Screen Shot 2017-06-28 at 3.33.33 AM.png>