Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run JUnit tests which were included to @Suite.SuiteClasses annotation #5728

Closed
svor opened this issue Jul 18, 2017 · 0 comments
Closed

Run JUnit tests which were included to @Suite.SuiteClasses annotation #5728

svor opened this issue Jul 18, 2017 · 0 comments
Assignees
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Milestone

Comments

@svor
Copy link
Contributor

svor commented Jul 18, 2017

Need recognize tests which describes into Test Suite Class and add ability to run their.
Example of test suite class:

import org.junit.runner.RunWith;
import org.junit.runners.Suite;

@RunWith(Suite.class)

@Suite.SuiteClasses({
   TestJunit1.class,
   TestJunit2.class
})

public class JunitTestSuite {   
}
@svor svor added kind/enhancement A feature request - must adhere to the feature request template. team/ide labels Jul 18, 2017
@svor svor self-assigned this Aug 1, 2017
@svor svor added this to the 5.16.0 milestone Aug 1, 2017
@svor svor closed this as completed Aug 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

No branches or pull requests

1 participant