Vandhalkar1
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 3
-
-
-
-
-
Vandhalkar1 创建了一个帖子, 已回答I 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 进行了评论, -
Vandhalkar1 创建了一个帖子, 已回答How 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 创建了一个帖子, 已回答Want 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...