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

Add a unit test to make sure test classes are included in BVTs class list. #99

Open
jakeswenson opened this issue Feb 15, 2016 · 1 comment
Milestone

Comments

@jakeswenson
Copy link
Contributor

its currently error prone having to maintain the suite classes.

@RunWith(Categories.class)
@Categories.IncludeCategory(BuildVerification.class)
@Categories.ExcludeCategory(VerySlowTests.class)
@Suite.SuiteClasses({
    StandardApiTests.class,
    MessageRepositoryTester.class,
    PopReceiptTester.class,
    QueueDeleterTests.class,
    ReaderTester.class,
    RepairTests.class,
    TimeTests.class,
    YamlConfigTest.class,
    QueueRepositoryTester.class,
    ApiAuthenticationTests.class
})
public class BuildVerificationTestSuite {
}
@jakeswenson jakeswenson added this to the Release 0.11 milestone Feb 15, 2016
@jakeswenson
Copy link
Contributor Author

Check out discussion here: junit-team/junit4#244

@jakeswenson jakeswenson modified the milestones: 0.12, 0.11 Feb 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant