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

jtcop support #7

Closed
volodya-lombrozo opened this issue Nov 21, 2023 · 2 comments · Fixed by #12
Closed

jtcop support #7

volodya-lombrozo opened this issue Nov 21, 2023 · 2 comments · Fixed by #12
Assignees
Labels
bug Something isn't working

Comments

@volodya-lombrozo
Copy link
Contributor

Currently several tests violate test best practices:

        MatcherAssert.assertThat(
            new Jhome().path().toFile().exists(),
            Matchers.is(true)
        );

I suggest to add jtcop plugin to that library.

@volodya-lombrozo
Copy link
Contributor Author

@yegor256 What do you think?

@yegor256
Copy link
Owner

@volodya-lombrozo sure, let's do it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants