Vandhalkar1
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
-
Vandhalkar1 commented, -
-
Vandhalkar1 created a post, AnsweredI am using Myfixture.configurebyFile but it is throwing NullPointerException.
class ParsePOMXMLTest extends LightPlatformCodeInsightFixture4TestCase { private final ParsePOMXML testObject = new ParsePOMXML(); @Test void getFileDetails_incorrectFormatFile() { String f... -
Vandhalkar1 commented, -
-
Vandhalkar1 commented, -
Vandhalkar1 created a post, AnsweredHow to get project side files in tests
I am writing unit tests for my plugin, in which i am getting pom.xml file of user's project in psi file and later casting it to xml file. How can i get this file in tests? -
Vandhalkar1 created a post, AnsweredWant to parse POM.XML to get the dependencies listed there.
Hello, I want to get all the dependencies and their versions listed in POM.XML, i am not able to get that file in File object. How can i get it? I am not able to get that through specifying the fil...