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 <[email protected]> wrote: > 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 folder, then select "Run > 'Tests in 'org.apache.commons.lang3''. > > Tests will now execute. > > Change the maven project name and java package name, the above steps > are the standard maven steps for importing and running any unit tests > in intellij. > > See screenshot from mac... windows or linux might be different. > > John > > > On Tue, 1 Dec 2020 at 10:19, Kanak Sony <[email protected]> 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 available? > > > > -- > > Regards, > > Kanak Sony > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected]
