Re: How to run Test cases of Apache Commons Lang in Intellij?

2020-12-03 Thread Kanak Sony
Thank you @Phil, @John This was so basic, I followed instructions from Phil, and I can run it now :) -- Regards, Kanak Sony On Wed, Dec 2, 2020 at 3:07 AM John Patrick wrote: > Standard steps for a Maven project in IntelliJ... > > a.k.a. open maven pom.xml in IntelliJ as a project. > >

Re: How to run Test cases of Apache Commons Lang in Intellij?

2020-12-01 Thread John Patrick
Standard steps for a Maven project in IntelliJ... a.k.a. open maven pom.xml in IntelliJ as a project. You should see a "Maven" tab and inside that tab see "Apache Commons Lang". Then expand commons-lang->src->test->java->org.apache.commons.lang3. Then right click or secondary click on the

Re: How to run Test cases of Apache Commons Lang in Intellij?

2020-12-01 Thread Phil Steitz
On 12/1/20 3:19 AM, Kanak Sony wrote: Hey Developers, I have been trying to debug the library in Intellij and in respect to that trying to run test cases of Apache Commons Lang in intellij but I was unable to find the same. Can anyone of you please suggest me if any such resources are

How to run Test cases of Apache Commons Lang in Intellij?

2020-12-01 Thread Kanak Sony
Hey Developers, I have been trying to debug the library in Intellij and in respect to that trying to run test cases of Apache Commons Lang in intellij but I was unable to find the same. Can anyone of you please suggest me if any such resources are available? -- Regards, Kanak Sony