Skip to content

[WIP] Ability to exclude some tests from execution - #1

Open
dkarpenko wants to merge 1 commit into
masterfrom
exclude_tests_2_10
Open

[WIP] Ability to exclude some tests from execution#1
dkarpenko wants to merge 1 commit into
masterfrom
exclude_tests_2_10

Conversation

@dkarpenko

Copy link
Copy Markdown
Owner


private Set<String> testNames = new HashSet<String>();
private Set<String> includeTestNames = new HashSet<String>();
private Set<String> excludeTestNames = Sets.newHashSet();

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

 Should we use consistent style for set creation? Especially if we want to be able integrate this work back to gradle.

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