Vandhalkar1

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Created I am using Myfixture.configurebyFile but it is throwing NullPointerException.
Answeredclass ParsePOMXMLTest extends LightPlatformCodeInsightFixture4TestCase { private final ParsePOMXML testObject = new ParsePOMXML(); @Test void getFileDetails_incorrectFormatFile() { String f... -
Created How to get project side files in tests
AnsweredI 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? -
Created Want to parse POM.XML to get the dependencies listed there.
AnsweredHello, 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...