Skip to content

feat: Add a command to list current test source paths#686

Merged
jdneo merged 4 commits into
masterfrom
cs/list-test-source
May 6, 2019
Merged

feat: Add a command to list current test source paths#686
jdneo merged 4 commits into
masterfrom
cs/list-test-source

Conversation

@jdneo

@jdneo jdneo commented May 6, 2019

Copy link
Copy Markdown
Member

demo

@jdneo jdneo added this to the 0.16.1 milestone May 6, 2019
@jdneo
jdneo requested a review from Eskibear May 6, 2019 07:31

IContainer projectRoot = project;
if (!ProjectUtils.isVisibleProject(project)) {
projectType = "Workspace";

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the hidden default project?

return Arrays.stream(entries)
.filter(entry -> isTest(entry))
.map(entry -> entry.getPath())
return Arrays.stream(entries).filter(entry -> isTest(entry)).map(entry -> entry.getPath())

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preserve previous format for better readability

@jdneo
jdneo merged commit c9c1f40 into master May 6, 2019
@jdneo
jdneo deleted the cs/list-test-source branch May 6, 2019 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants