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

update WriteTagCheckTest to use unique Input file in each test method #9531

Closed
romani opened this issue Mar 15, 2021 · 1 comment · Fixed by #9700
Closed

update WriteTagCheckTest to use unique Input file in each test method #9531

romani opened this issue Mar 15, 2021 · 1 comment · Fixed by #9700

Comments

@romani
Copy link
Member

romani commented Mar 15, 2021

WriteTagCheckTest.java file reuse some Input files few time in few different test method.
Expected: each test method in Test class use it own Input file and do not share it with any other test method.

more details - https://github.com/checkstyle/checkstyle/wiki/Good-practice-on-how-to-create-Input-files-for-tests

@AkMo3
Copy link
Contributor

AkMo3 commented Mar 21, 2021

I am on it.

Ritik2604 pushed a commit to Ritik2604/checkstyle that referenced this issue Mar 30, 2021
Issue checkstyle#9531: update WriteTagCheckTest to use unique Input file

Issue checkstyle#9746: update AbstractClassNameCheckTest Inp
Issue checkstyle#9746: update AbstractClassNameCheckTest Inp

Issue checkstyle#9746: update AbstractClassNameCheckTest Inp

Issue checkstyle#9746: update AbstractClassNameCheckTest Inp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants