Issue#354 Test cases added for Gradle and Maven#364
Conversation
|
|
@aparnamichael |
|
This will be merged after merging issue 337 PR. |
…hub.com/SuparnaSuresh/liberty-tools-vscode into issue354-GradleTestcaseProjectNameSpace
TrevCraw
left a comment
There was a problem hiding this comment.
It looks like the test suite for dev actions was copied entirely for both maven and gradle to run against some different projects. If a change to a test is needed, we would need to make the change in multiple places. This will lead to difficult code management, especially if we continue to copy tests anytime we need to test against a different kind of project (think multi-module projects).
I believe the ultimate goal here is to run the existing dev actions tests against projects with spaces in the path. We should not copy the tests. We should find a way to run the same tests against various projects (i.e. find a way to parameterize the projects for the tests).
|
Hi @TrevCraw, Currently, test cases are split across two files—init and devActions. In summary, we will need to completely restructure the current test cases. This is expected to take approximately 3-4 days of work. |
|
@SuparnaSuresh - Please update the branch and resolve the conflicts. |
Fixes #354
Added test case to handling the scenario for