Skip to content

Conversation

@benbenw
Copy link

@benbenw benbenw commented Feb 4, 2016

see https://github.com/junit-team/junit/wiki/Categories
this is only available for junit 4 tests and not for junit 3 suite style
tests.
A test can be annotated with @category(NeedGuiTests.class) and it will
not be executed in headless mode
Also remove the AllTests#suite implementation as it's not compatible
with junit4 tests

(https://github.com/junit-team/junit/wiki/Categories) to exclude test
that need a gui
this is only available for junit 4 tests and not for junit 3 suite style
tests.
A test can be annotated with @category(NeedGuiTests.class) and it will
not be executed in headless mode
Also remove the AllTests#suite implementation as it's not compatible
with junit4 tests
@asfgit asfgit closed this in 06fdd87 Feb 4, 2016
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.

1 participant