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

Tests: ModifiedBerghelRoachEditDistanceTest$Basic does not execute via ANT and fails via IDE #10068

Open
jnehlmeier opened this issue Dec 23, 2024 · 1 comment

Comments

@jnehlmeier
Copy link
Member

Description

Class ModifiedBerghelRoachEditDistanceTest has a public static inner class named Basic which contains four basic Levenshtein tests. These tests never execute via ANT because the constructor isn't public. IDEs on the other hand (IntelliJ in my case) detects the test and complains that it does not have a public constructor.

Ctor of ModifiedBerghelRoachEditDistanceTest$Basic should be public.

@jnehlmeier
Copy link
Member Author

Actually it never executes via ANT because we filter on *Test.class but that test class ends up being *Test$Basic.class.

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

No branches or pull requests

1 participant